[project @ 2002-07-22 14:29:13 by simonpj]
authorsimonpj <unknown>
Mon, 22 Jul 2002 14:29:13 +0000 (14:29 +0000)
committersimonpj <unknown>
Mon, 22 Jul 2002 14:29:13 +0000 (14:29 +0000)
Add a note about pattern-matching with -fno-implicit-prelude

ghc/docs/users_guide/glasgow_exts.sgml

index 667eef4..5af7633 100644 (file)
@@ -2627,6 +2627,8 @@ qualifier list has just one element, a boolean expression.
                 "<literal>fromRational 3.2</literal>", not the
                 Prelude-qualified versions; both in expressions and in
                 patterns. </para>
+               <para>However, the standard Prelude <literal>Eq</literal> class
+               is still used for the equality test necessary for literal patterns.</para>
              </listitem>
 
              <listitem>