diff options
author | Ian Lynagh <igloo@earth.li> | 2008-12-10 16:54:34 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-12-10 16:54:34 +0000 |
commit | 2d4e1203c6a5ee5634c0af5404d9a8ad2b338cf1 (patch) | |
tree | 2fdfeef4f91f75fa92d542c870a798709706facf /docs | |
parent | 6c095bfa3c8c81b52ad92853acd326453d320d7b (diff) | |
download | haskell-2d4e1203c6a5ee5634c0af5404d9a8ad2b338cf1.tar.gz |
Fix user guide typesetting
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/glasgow_exts.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml index 3e96098384..a431dd648c 100644 --- a/docs/users_guide/glasgow_exts.xml +++ b/docs/users_guide/glasgow_exts.xml @@ -3880,7 +3880,7 @@ data instance T Int = T1 Int | T2 Bool newtype instance T Char = TC Bool </programlisting> </para></listitem> - <listitem><para> A <data instance> can use GADT syntax for the data constructors, + <listitem><para> A <literal>data instance</literal> can use GADT syntax for the data constructors, and indeed can define a GADT. For example: <programlisting> data family G a b |