Is there a way to see the list of functions in a module, in GHCI?

Viewed 7404

I find it handy in Python or Common Lisp that you can list a library's contents at runtime. Does Haskell have the same thing, in particular from a GHCI prompt?

2 Answers
Related