summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2015-08-12 00:34:04 +0200
committerThomas Miedema <thomasmiedema@gmail.com>2015-08-12 00:34:59 +0200
commit2b4710b116e7f6e122e0234ca140d44287d55435 (patch)
tree30502314b789ee3028c436d2a5b1d91cfa286d5a /docs
parent2da06d7c3fb0da894f5b5a6770c4e41aeee012cd (diff)
downloadhaskell-2b4710b116e7f6e122e0234ca140d44287d55435.tar.gz
Add missing </para> to User's guide to fix the build
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/glasgow_exts.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml
index 8b597da0a0..909d841d0e 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">