[Haskell-cafe] Local types

Imants Cekusins imantc at gmail.com
Mon Jan 25 18:25:43 UTC 2016


is this possible to implement hiding (suppress export) of all
instances defined in current module?

something like:

module A (
 (-)
) where

like this, or with a Language pragma (top of the module or just above
the instance)?


More information about the Haskell-Cafe mailing list