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

[project @ 1998-02-03 12:05:28 by simonm]

missing </tag>.
parent 6b630fcb
No related branches found
No related tags found
No related merge requests found
...@@ -484,7 +484,7 @@ directories'' list. ...@@ -484,7 +484,7 @@ directories'' list.
<tag>@-i@</tag> resets the ``import directories'' list back to nothing. <tag>@-i@</tag> resets the ``import directories'' list back to nothing.
<tag>@-fno-implicit-prelude@ <tag>@-fno-implicit-prelude@</tag>
<nidx>-fno-implicit-prelude option</nidx> <nidx>-fno-implicit-prelude option</nidx>
GHC normally imports @Prelude.hi@ files for you. If you'd rather it GHC normally imports @Prelude.hi@ files for you. If you'd rather it
didn't, then give it a @-fno-implicit-prelude@ option. You are didn't, then give it a @-fno-implicit-prelude@ option. You are
...@@ -509,6 +509,8 @@ wish to specify where GHC tells the C compiler to look for @.h@ files. ...@@ -509,6 +509,8 @@ wish to specify where GHC tells the C compiler to look for @.h@ files.
it tells the C pre-processor to look...) For this purpose, use a @-I@ it tells the C pre-processor to look...) For this purpose, use a @-I@
option in the usual C-ish way. option in the usual C-ish way.
</descrip>
%************************************************************************ %************************************************************************
%* * %* *
<sect2>Other options related to interface files <sect2>Other options related to interface files
...@@ -746,7 +748,7 @@ of the standard @.hi@ file, use the following syntax in the importing module: ...@@ -746,7 +748,7 @@ of the standard @.hi@ file, use the following syntax in the importing module:
<tscreen> <verb> <tscreen> <verb>
import {-# SOURCE #-} A import {-# SOURCE #-} A
</verb> <tscreen> </verb> </tscreen>
The hand-written interface need only contain the bare minimum of The hand-written interface need only contain the bare minimum of
information needed to get the bootstrapping process started. For information needed to get the bootstrapping process started. For
......
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