Due to interdependent imports, I had to move class instances to the Instances module and my data types in the Types module. The definitions of both modules are then re-exported by the main module of the package.
The folders for my type are class instances obtained using deriving , but all the rest are missing (although they seem to be correctly exported and working). Is this normal or should they be listed? What can I do?
This is a package if necessary.
Thanks.
source share