> 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