| Copyright | (c) Ross Paterson 2010 | 
|---|---|
| License | BSD-style (see the file LICENSE) | 
| Maintainer | [email protected] | 
| 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 
  | |