
29 Sep
2009
29 Sep
'09
12:59 p.m.
instance Serial Text where -- DOUBT: is this efficient? series d = [T.pack (series d :: String)] -- DOUBT: how to define this coseries rs = error "coseries"
What's Serial?
The class used in SmallCheck, similar to the Arbitrary class used by QuickCheck. Regards, Malcolm