Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
class Invariant f => Summable f where Source #
Nothing
default rVoid :: Alternative f => f Void Source #
(<+++>) :: f a -> f b -> f (Either a b) infixr 2 Source #
default (<+++>) :: Alternative f => f a -> f b -> f (Either a b) Source #