[project @ 2002-02-05 15:37:01 by simonpj]
[ghc-hetmet.git] / ghc / lib / std / Main.hi-boot
1 ---------------------------------------------------------------------------
2 --                              Main.hi
3 -- 
4 --      This hand-written interface file fakes a "Main" module
5 --      It is used *solely* so that GHCmain generates the right kind of
6 --      external reference to Main.main
7 ---------------------------------------------------------------------------
8  
9 __interface Main 1 where
10 __export Main main ;
11 1 main :: __forall a => PrelIOBase.IO a;  -- wish this could be __o. KSW 1999-04.
12
13