#2168: ghci should show haddock comments for identifier
-----------------------------+----------------------------------------------
Reporter: j.waldmann | Owner:
Type: feature request | Status: new
Priority: normal | Milestone:
Component: GHCi | Version: 6.8.2
Severity: normal | Resolution:
Keywords: | Difficulty: Unknown
Testcase: | Architecture: Unknown
Os: Unknown |
-----------------------------+----------------------------------------------
Comment (by igloo):
The link says:
{{{
I really like the feature (in other languages like python) which shows
you the doc string for a function or object.
For example if I type from the python interpreter:
>> help(function)
I get the docstring of function defined as
def function():
""" docstring for function"""
Is it possible to have something similar in haskell??
The type of the object is very useful, but a little comment would be
even better...
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2168#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs