Copyright | (c) Ross Paterson 2010 |
---|---|
License | BSD-style (see the file LICENSE) |
Maintainer | R.Paterson@city.ac.uk |
Stability | experimental |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell98 |
Data.Functor.Constant
Description
The constant functor.
Synopsis
- newtype Constant a b = Constant {
- getConstant :: a
Documentation
Constant functor.
Constructors
Constant | |
Fields
|