[Haskell-cafe] export question (GHC.Handle)

Graham Fawcett graham.fawcett at gmail.com
Wed Apr 16 20:09:13 EDT 2008


I notice in the source for GHC.Handle that certain functions (e.g.
fdToHandle_stat) are in the export list, but are not actually exported
(at least, it seems you cannot import them). What mechanism causes
these functions to be "hidden", and are they still accessible in some
way?

Graham


More information about the Haskell-Cafe mailing list