Is there any rationale for coexistence of

newtype Const a b = Const { getConst :: a }

from Control.Applicative and

newtype Constant a b = Constant { getConstant :: a }

from Data.Functor.Constant (transformers package)?


Denis Moskvin
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to