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

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to