[project @ 1999-01-28 11:29:23 by simonpj]
[ghc-hetmet.git] / ghc / lib / std / Main.hi-boot
index d4bd8ff..339a6ee 100644 (file)
@@ -6,8 +6,7 @@
 --      external reference to Main.main
 ---------------------------------------------------------------------------
  
-_interface_ Main 1
-_exports_
-Main main ;
-_declarations_
-1 main _:_ PrelIOBase.IO PrelBase.();;
+__interface Main 1 where
+__export ! Main main ;
+1 main :: __forall [a] => PrelIOBase.IO a;
+