[project @ 2001-01-17 15:23:39 by sewardj]
[ghc-hetmet.git] / ghc / interpreter / test / unused / infix.hs
diff --git a/ghc/interpreter/test/unused/infix.hs b/ghc/interpreter/test/unused/infix.hs
deleted file mode 100644 (file)
index da80460..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
---!!! Testing the printing of infix constructors
-data Music = Note
-           | Music :+: Music
-           | Scale Music
-  deriving Show
-
-m = Scale (Note :+: Note)