From: simonpj Date: Mon, 22 Jul 2002 14:29:13 +0000 (+0000) Subject: [project @ 2002-07-22 14:29:13 by simonpj] X-Git-Tag: Approx_11550_changesets_converted~1822 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=5cc4210033d275b55fb3229817315b817357cbaf;p=ghc-hetmet.git [project @ 2002-07-22 14:29:13 by simonpj] Add a note about pattern-matching with -fno-implicit-prelude --- diff --git a/ghc/docs/users_guide/glasgow_exts.sgml b/ghc/docs/users_guide/glasgow_exts.sgml index 667eef4..5af7633 100644 --- a/ghc/docs/users_guide/glasgow_exts.sgml +++ b/ghc/docs/users_guide/glasgow_exts.sgml @@ -2627,6 +2627,8 @@ qualifier list has just one element, a boolean expression. "fromRational 3.2", not the Prelude-qualified versions; both in expressions and in patterns. + However, the standard Prelude Eq class + is still used for the equality test necessary for literal patterns.