[project @ 2001-07-03 11:37:49 by simonmar]
[ghc-base.git] / 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 => GHCziIOBase.IO a;  -- wish this could be __o. KSW 1999-04.
12
13