lazysmallcheck-0.2: examples/test/TestHuffman1.hs
import Test.LazySmallCheck import Huffman import System instance Serial a => Serial (BTree a) where series = cons1 Leaf \/ cons2 Fork main = do [d] <- getArgs ; depthCheck (read d) prop_decEnc
import Test.LazySmallCheck import Huffman import System instance Serial a => Serial (BTree a) where series = cons1 Leaf \/ cons2 Fork main = do [d] <- getArgs ; depthCheck (read d) prop_decEnc