module
Ala.Sum
(
Sum
(
..
)
)
where
import
Data.Functor.Sum
(
Sum
(
InL
,
InR
)
)