Copyright | (c) Ross Paterson 2014 |
---|---|
License | BSD-style (see the file LICENSE) |
Maintainer | libraries@haskell.org |
Stability | experimental |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell2010 |
Data.Functor.Sum
Description
Sums, lifted to functors.
Since: 4.9.0.0
Documentation
data Sum f g a
Lifted sum of functors.
Instances