Binrep.Example.Sum
data SumType Source #
Constructors
Defined in Binrep.Example.Sum
Associated Types
Methods
from :: SumType -> Rep SumType x #
to :: Rep SumType x -> SumType #
showsPrec :: Int -> SumType -> ShowS #
show :: SumType -> String #
showList :: [SumType] -> ShowS #
get :: Getter SumType Source #