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 | Haskell2010 |
The constant functor.
Synopsis
- newtype Constant a (b :: k) = Constant {
- getConstant :: a
Documentation
newtype Constant a (b :: k) Source #
Constant functor.
Constant | |
|