summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/programs/jtod_circint/Main.hs
blob: a1907dc6a982332ea0eaeb670c5769973e934b1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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