-- | Flexible, type-safe open unions. module Data.OpenUnion ( Union , (:<) <<<<<<< Updated upstream ======= , liftUnion >>>>>>> Stashed changes , (:\) , (@>) , liftUnion , reUnion , restrict , typesExhausted ) where import Data.OpenUnion.Internal