open-union-0.2.0.0: Data/OpenUnion.hs
-- | Flexible, type-safe open unions.
module Data.OpenUnion
( Union
, (@>)
, liftUnion
, reUnion
, restrict
, typesExhausted
) where
import Data.OpenUnion.Internal
-- | Flexible, type-safe open unions.
module Data.OpenUnion
( Union
, (@>)
, liftUnion
, reUnion
, restrict
, typesExhausted
) where
import Data.OpenUnion.Internal