[project @ 1999-01-23 13:33:51 by sof]
authorsof <unknown>
Sat, 23 Jan 1999 13:33:52 +0000 (13:33 +0000)
committersof <unknown>
Sat, 23 Jan 1999 13:33:52 +0000 (13:33 +0000)
Updated to work with current sources

ghc/tests/stranal/should_compile/ins.hs
ghc/tests/stranal/should_compile/str001.stderr
ghc/tests/stranal/should_compile/syn.hs

index 8f61d07..a50320c 100644 (file)
@@ -1,5 +1,5 @@
---!! TEST OF DEFACTORISATION FOR FUNCTIONS THAT DROP 
---!!             POLYMORPHIC VARIABLES
+-- !! TEST OF DEFACTORISATION FOR FUNCTIONS THAT DROP 
+-- !!             POLYMORPHIC VARIABLES
 
 module Test where
 data Boolean = FF | TT
index 7fd8616..6c089a3 100644 (file)
@@ -1,3 +1,2 @@
 ghc: module version changed to 1; reason: no old .hi file
-_exports_
-ShouldSucceed area2 Point2{Point2};
+__export ShouldSucceed area2 Point2{Point2};
index e4b1f63..6693db7 100644 (file)
@@ -1,4 +1,4 @@
---!!! THIS TEST IS FOR TYPE SYNONIMS AND FACTORISATION IN THEIR PRESENCE.
+-- !!! THIS TEST IS FOR TYPE SYNONIMS AND FACTORISATION IN THEIR PRESENCE.
 
 module Test where
 data M a = A | B a (M a)