diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2015-08-12 00:34:04 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-08-12 00:34:59 +0200 |
commit | 2b4710b116e7f6e122e0234ca140d44287d55435 (patch) | |
tree | 30502314b789ee3028c436d2a5b1d91cfa286d5a /docs | |
parent | 2da06d7c3fb0da894f5b5a6770c4e41aeee012cd (diff) | |
download | haskell-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.xml | 1 |
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"> |