diff options
author | simonmar <unknown> | 2003-11-03 17:26:04 +0000 |
---|---|---|
committer | simonmar <unknown> | 2003-11-03 17:26:04 +0000 |
commit | ed53c6775a6b81509fc8955d066ee7d0197eb29c (patch) | |
tree | 691c15fc4b3f78138268690b642ba4660a6313c0 /ghc/docs | |
parent | 0b2c6f7cb6a15bfcc32e3ca729a10a47d9d21be1 (diff) | |
download | haskell-ed53c6775a6b81509fc8955d066ee7d0197eb29c.tar.gz |
[project @ 2003-11-03 17:26:04 by simonmar]
Remove references to non-existent g3 function.
Diffstat (limited to 'ghc/docs')
-rw-r--r-- | ghc/docs/users_guide/glasgow_exts.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ghc/docs/users_guide/glasgow_exts.sgml b/ghc/docs/users_guide/glasgow_exts.sgml index 5280bcdc95..af0a768046 100644 --- a/ghc/docs/users_guide/glasgow_exts.sgml +++ b/ghc/docs/users_guide/glasgow_exts.sgml @@ -2296,8 +2296,8 @@ the <literal>forall</literal> is on the left of a function arrrow. As <literal> shows, the polymorphic type on the left of the function arrow can be overloaded. </para> <para> -The functions <literal>f3</literal> and <literal>g3</literal> have rank-3 types; -they have rank-2 types on the left of a function arrow. +The function <literal>f3</literal> has a rank-3 type; +it has rank-2 types on the left of a function arrow. </para> <para> GHC allows types of arbitrary rank; you can nest <literal>forall</literal>s @@ -2309,7 +2309,7 @@ including an operational type class context, is legal: <listitem> <para> On the left of a function arrow </para> </listitem> <listitem> <para> On the right of a function arrow (see <xref linkend="hoist">) </para> </listitem> <listitem> <para> As the argument of a constructor, or type of a field, in a data type declaration. For -example, any of the <literal>f1,f2,f3,g1,g2,g3</literal> above would be valid +example, any of the <literal>f1,f2,f3,g1,g2</literal> above would be valid field type signatures.</para> </listitem> <listitem> <para> As the type of an implicit parameter </para> </listitem> <listitem> <para> In a pattern type signature (see <xref linkend="scoped-type-variables">) </para> </listitem> |