diff options
author | Alec Theriault <alec.theriault@gmail.com> | 2018-09-17 20:06:13 -0700 |
---|---|---|
committer | Alec Theriault <alec.theriault@gmail.com> | 2018-09-17 20:12:18 -0700 |
commit | 7f4d887b5d62ca9a7670ce8f76804f08fcbf348e (patch) | |
tree | 9987f26ed865be21e4c488459f2550a301b037d3 /doc/cheatsheet/haddocks.md | |
parent | 8635e4b9fc5c853d1432131fc736eff04a5492ca (diff) |
Fix/add to various docs
* Add documentation for a bunch of previously undocumented
options (fixes #870)
* Extend the documentation of `--hoogle` considerably (see #807)
* Describe how to add docs to `deriving` clauses (fixes #912)
* Fix inaccurate docs about hyperlinking infix identifiers (fixes #780)
Diffstat (limited to 'doc/cheatsheet/haddocks.md')
-rw-r--r-- | doc/cheatsheet/haddocks.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cheatsheet/haddocks.md b/doc/cheatsheet/haddocks.md index a3464584..5ee285b3 100644 --- a/doc/cheatsheet/haddocks.md +++ b/doc/cheatsheet/haddocks.md @@ -85,7 +85,7 @@ definitions with "[thing]" -- \[ -- f(n) = \Sum_{i=1}^{n} i -- \] - \\ when \(n > 0\) + -- when \(n > 0\) ``` # Headings in Documentation |