docstrings

Docstrings for documentation in the repl

https://github.com/daig/docstrings#readme

Latest on Hackage:0.1.0.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed by Dai
Maintained by [email protected]

This package provides docstring funcionality similar to Python or Lisp. Docstrings are simply strings bound to identifier names. To get access to a name one must enable -XTemplateHaskell and use prime notation like 'myValIdentifier and ''MyTypeIdentifier. Access Docstrings in the repl via help 'myIdentifier, and introduce Docstrings via docstring 'myIdentifier "some documentation" in a module.