cast-0.1.0.2: Abstact cast pattern
Pattern.Cast
class Cast a b where #
The Cast describes values that can be converted from one type to another
Cast
Minimal complete definition
cast
Methods
cast :: a -> b #
Defined in Pattern.Cast
cast :: a -> a #