transformers-0.2.1.0: Concrete functor and monad transformersSource codeContentsIndex
Data.Functor.Constant
Portabilityportable
Stabilityexperimental
Maintainerlibraries@haskell.org
Description
The constant functor.
Synopsis
newtype Constant a b = Constant {
getConstant :: a
}
Documentation
newtype Constant a b Source
Constant functor.
Constructors
Constant
getConstant :: a
Produced by Haddock version 2.6.0