[commit: ghc] master: Add missing </para> to User's guide to fix the build (2b4710b)
git at git.haskell.org
git at git.haskell.org
Tue Aug 11 22:34:00 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/2b4710b116e7f6e122e0234ca140d44287d55435/ghc
>---------------------------------------------------------------
commit 2b4710b116e7f6e122e0234ca140d44287d55435
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date: Wed Aug 12 00:34:04 2015 +0200
Add missing </para> to User's guide to fix the build
>---------------------------------------------------------------
2b4710b116e7f6e122e0234ca140d44287d55435
docs/users_guide/glasgow_exts.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml
index 8b597da..909d841 100644
--- a/docs/users_guide/glasgow_exts.xml
+++ b/docs/users_guide/glasgow_exts.xml
@@ -6259,6 +6259,7 @@ type family F a :: k
</programlisting>
In this case the kind parameter <literal>k</literal> is actually an implicit
parameter of the type family.
+ </para>
</sect3>
<sect3 id="type-instance-declarations">
More information about the ghc-commits
mailing list