Skip to content
Snippets Groups Projects
Commit 895a78c7 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1997-10-08 12:53:37 by simonm]

Add -fno-implicit-prelude.  This does nothing except tell the reader
that things like () and -> shouldn't be resolved to Prelude.() and
Prelude.->.
parent 169924e3
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment