[Haskell-beginners] Something like pydoc?

Mike Meyer mwm at mired.org
Thu Mar 26 13:36:30 UTC 2015


Python had the "pydoc" command, which would could be used to print a
module's docstings from the command line, and provided the "help" function
in the REPL. Clojure has "doc" in the REPL, at least if you told it where
the sources were.

I can't seem to find anything like that for Haskell - either at the command
line or in ghci. Does such exist? Is such possible?

Thanks,
<mike
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/beginners/attachments/20150326/7c4af12f/attachment.html>


More information about the Beginners mailing list