File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -148,8 +148,8 @@ elimLift _ g (Other e) = g e
148148-- "Control.Monad.Trans.Except", these computations continue after an
149149-- error, collecting all the errors.
150150--
151- -- __The use of `Constant` will be replaced by @Data.Functor.Const.Const@ in a__
152- -- __future version.__ It is recommended to convert to and from the @Either@
151+ -- __The use of `Constant` will be replaced by @Data.Functor.Const.Const@ in
152+ -- `transformers-0.7`. It is recommended to convert to and from the @Either@
153153-- values using functions in this module, rather than manipulating the
154154-- underlying @Lift@ed @Constant@ values directly.
155155--
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