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