diff options
Diffstat (limited to 'ghc/lib/std/Main.hi-boot')
-rw-r--r-- | ghc/lib/std/Main.hi-boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/lib/std/Main.hi-boot b/ghc/lib/std/Main.hi-boot index d93b977f4f..844073fda0 100644 --- a/ghc/lib/std/Main.hi-boot +++ b/ghc/lib/std/Main.hi-boot @@ -8,6 +8,6 @@ __interface Main 1 where __export Main main ; -1 main :: __forall [a] => PrelIOBase.IO a; -- wish this could be __o. KSW 1999-04. +1 main :: __forall a => PrelIOBase.IO a; -- wish this could be __o. KSW 1999-04. |