@hackage docstrings0.1.0.0
Docstrings for documentation in the repl
Categories
License
MIT
Maintainer
dailectic@gmail.com
Links
Versions
- 0.1.0.0 Fri, 10 Nov 2017
Installation
Dependencies (4)
- base >=4.7 && <5
- containers
- heredoc
- template-haskell Show all…
Dependents (1)
@hackage/acme-everything
docstrings
This package provides <https://en.wikipedia.org/wiki/Docstring 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.