[project @ 2000-06-08 09:01:35 by simonmar]
authorsimonmar <unknown>
Thu, 8 Jun 2000 09:01:35 +0000 (09:01 +0000)
committersimonmar <unknown>
Thu, 8 Jun 2000 09:01:35 +0000 (09:01 +0000)
update interface file syntax

ghc/tests/rename/should_compile/Rn017.hi

index 8f85dbb..d2f07e2 100644 (file)
@@ -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 ;