[Haskell-cafe] Getting module functions

Neil Mitchell ndmitchell at gmail.com
Fri Jul 11 17:51:59 EDT 2008


Hi Rodrigo,

>  Is there any function that can be used for retrieving the exposed functions of a given module?

Not at runtime, but if you are just looking for documentation, there
is online documentation here:
http://haskell.org/ghc/docs/latest/html/libraries/base/Prelude.html

Thanks

Neil


More information about the Haskell-Cafe mailing list