From 7f4d887b5d62ca9a7670ce8f76804f08fcbf348e Mon Sep 17 00:00:00 2001 From: Alec Theriault Date: Mon, 17 Sep 2018 20:06:13 -0700 Subject: 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) --- doc/cheatsheet/haddocks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/cheatsheet') 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 -- cgit v1.2.3