docstrings: Docstrings for documentation in the repl
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.
[Skip to Readme]
Downloads
- docstrings-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0 |
---|---|
Dependencies | base (>=4.7 && <5), containers, heredoc, template-haskell [details] |
License | MIT |
Copyright | 2017 Dai |
Author | Dai |
Maintainer | dailectic@gmail.com |
Category | Documentation |
Home page | https://github.com/daig/docstrings#readme |
Source repo | head: git clone https://github.com/daig/docstrings |
Uploaded | by dailectic at 2017-11-10T22:20:14Z |
Distributions | NixOS:0.1.0.0 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 1114 total (10 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2017-11-10 [all 1 reports] |