[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / stranal / should_compile / goo.hs
diff --git a/ghc/tests/stranal/should_compile/goo.hs b/ghc/tests/stranal/should_compile/goo.hs
deleted file mode 100644 (file)
index 00282bb..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-module Test where
-data Goo a = Gsimpl | Gcompl ([Goo a]) 
-data Moo a b = Msimple | Mcompl (Moo b a)
-
-
-idGoo :: Goo a -> Goo a
-idGoo x = x
-
-idMoo :: Moo a b -> Moo a b
-idMoo x = x