[Haskell-beginners] Is there any pydoc or perldoc like for Haskell?

Carlos J. G. Duarte carlos.j.g.duarte at gmail.com
Sun Jul 8 03:28:10 CEST 2012


Python has the pydoc command to get help for builtins and modules, eg. 
"pydoc def" or "pydoc itertools"
Perl has a similar facility with the perldoc, eg. "perldoc -tf substr"

Is there such a thing available for Haskell?
I have been consulting http://www.haskell.org/hoogle/ but it isn't as 
practical as having help available at the prompt (although very useful, 
though).

thanks in advance.




More information about the Beginners mailing list