[project @ 2001-08-04 06:11:24 by ken]
[ghc-hetmet.git] / ghc / lib / std / Main.hi-boot
index d4bd8ff..844073f 100644 (file)
@@ -6,8 +6,8 @@
 --      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;  -- wish this could be __o. KSW 1999-04.
+
+