This simple module defines the const functor known from Haskell's base libraries. It defines a wrapper around a constant value that "ignores" functions mapped over it.
newtype
Const
Constructor:
Const
:: a -> Const a b
Fields:
getConst
:: a