I\'m using Haskell 2010.1.0.0.1 with GHC 6. Typing :t
at the GHCi prompt followed by the name of a function shows us the type of the function. Is there a way to vie
Nope, can't do that. Some fun things you, the Haskell beginner, can do:
:browse
to find all of the definitions exported by a module:help
for the obvious result