From: simonmar Date: Thu, 8 Jun 2000 09:01:35 +0000 (+0000) Subject: [project @ 2000-06-08 09:01:35 by simonmar] X-Git-Tag: Approximately_9120_patches~4311 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d0e395fccd0c2e3acd7304c3b13fb00622ad106d;p=ghc-hetmet.git [project @ 2000-06-08 09:01:35 by simonmar] update interface file syntax --- diff --git a/ghc/tests/rename/should_compile/Rn017.hi b/ghc/tests/rename/should_compile/Rn017.hi index 8f85dbb..d2f07e2 100644 --- a/ghc/tests/rename/should_compile/Rn017.hi +++ b/ghc/tests/rename/should_compile/Rn017.hi @@ -2,6 +2,6 @@ __interface Rn017 1 0 where __export Rn017 a b c Wibble{MkWibble} Wobble ; 1 data Wibble = MkWibble Wobble ; 1 data Wobble ; -1 a :: Int -> Int ; -1 b :: Int -> Int ; -1 c :: Int -> Int ; +1 a :: PrelBase.Int -> PrelBase.Int ; +1 b :: PrelBase.Int -> PrelBase.Int ; +1 c :: PrelBase.Int -> PrelBase.Int ;