[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / programs / jtod_circint / Main.hs
diff --git a/ghc/tests/programs/jtod_circint/Main.hs b/ghc/tests/programs/jtod_circint/Main.hs
deleted file mode 100644 (file)
index a1907dc..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-module Main where
-import Signal
-import Bit
-
-main = putStr test
-
-test = stest
-
-type B =  Stream Bit
-
-stest = take 80 (shows z "\n")
-  where z = one :: B