[project @ 1999-01-28 11:29:23 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;
12