File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -146,8 +146,8 @@ elimLift _ g (Other e) = g e
146146-- "Control.Monad.Trans.Except", these computations continue after an
147147-- error, collecting all the errors.
148148--
149- -- __The use of `Constant` will be replaced by @Data.Functor.Const.Const@ in a__
150- -- __future version.__ It is recommended to convert to and from the @Either@
149+ -- __The use of `Constant` will be replaced by @Data.Functor.Const.Const@ in
150+ -- `transformers-0.7`. It is recommended to convert to and from the @Either@
151151-- values using functions in this module, rather than manipulating the
152152-- underlying @Lift@ed @Constant@ values directly.
153153--
Original file line number Diff line number Diff line change 1818-- The constant functor.
1919-----------------------------------------------------------------------------
2020
21- module Data.Functor.Constant {-# DEPRECATED "Use Data.Functor.Const" #-} (
21+ module Data.Functor.Constant {-# DEPRECATED "Use Data.Functor.Const; will be removed in transformers 0.7 " #-} (
2222 Constant (.. ),
2323 ) where
2424
You can’t perform that action at this time.
0 commit comments