d4bd8ff3507c8c3cfecf1e697b2ebe6b19517fdf
[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
10 _exports_
11 Main main ;
12 _declarations_
13 1 main _:_ PrelIOBase.IO PrelBase.();;