transformers-0.2.2.0: Concrete functor and monad transformersSource codeContentsIndex
Data.Functor.Constant
Portabilityportable
Stabilityexperimental
Maintainerross@soi.city.ac.uk
Description
The constant functor.
Synopsis
newtype Constant a b = Constant {
getConstant :: a
}
Documentation
newtype Constant a b Source
Constant functor.
Constructors
Constant
getConstant :: a
show/hide Instances
Produced by Haddock version 2.6.1