Unison.Merge.EitherWay
data EitherWay a Source #
Alice exclusive-or Bob?
Constructors
Defined in Unison.Merge.EitherWay
Methods
fmap :: (a -> b) -> EitherWay a -> EitherWay b #
(<$) :: a -> EitherWay b -> EitherWay a #
showsPrec :: Int -> EitherWay a -> ShowS #
show :: EitherWay a -> String #
showList :: [EitherWay a] -> ShowS #
(==) :: EitherWay a -> EitherWay a -> Bool #
(/=) :: EitherWay a -> EitherWay a -> Bool #
swap :: EitherWay a -> EitherWay a Source #
value :: EitherWay a -> a Source #