6 ms·
> 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 m
by ac 13y 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.
- tome 13y agoBut not individual instances.