Hacker News new | ask | show | jobs
by ac 4749 days ago
> Instances can't be explicitly imported either.

You can import only instances by saying "import A.B.C.Instances ()" where A.B.C.Instances is the name of the module where the instances are defined.

1 comments

But not individual instances.