I find it handy in Python or Common Lisp that you list a libraries contents at runtime. Does Haskell have the same thing, in particular from a GHCI prompt?
|
|
GHCi has a
|
||
|
|
|
|
Depending on exactly what information you intend to extract... If your version of GHCi supports tab-completion, then you can use that to list all of a namespace's available functions:
|
||
|
