Copyright | (C) 2011-2015 Edward Kmett |
---|---|
License | BSD-style (see the file LICENSE) |
Maintainer | Edward Kmett <ekmett@gmail.com> |
Stability | provisional |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell98 |
- class Alt f => Plus f where
- zero :: f a
- module Data.Functor.Alt
Documentation
class Alt f => Plus f where Source
module Data.Functor.Alt