642e4a6fa945b12eaac730ba39fdb49192d7a9b9
[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;