[project @ 1997-10-08 12:53:37 by simonm]
authorsimonm <unknown>
Wed, 8 Oct 1997 12:53:37 +0000 (12:53 +0000)
committersimonm <unknown>
Wed, 8 Oct 1997 12:53:37 +0000 (12:53 +0000)
Add -fno-implicit-prelude.  This does nothing except tell the reader
that things like () and -> shouldn't be resolved to Prelude.() and
Prelude.->.

ghc/lib/required/Prelude.lhs

index ce24d75..7556c0a 100644 (file)
@@ -1,5 +1,10 @@
+We add the option -fno-implicit-prelude here to tell the reader that
+special names such as () and -> shouldn't be resolved to Prelude.()
+and Prelude.-> (as they are normally). -- SDM 8/10/97
 
 \begin{code}
+{-# OPTIONS -fno-implicit-prelude #-}
+
 module Prelude (
 
        -- Everything from these modules