0.5.3 (commit log)
- Deprecated and renamed
StateT.liftR
in favour ofliftS
. - Workaround for Scala's type inference failing with
StateT.liftS
on functions. Instead off(_).liftS
,f.liftS
is now available and is confirmed to work in_runState
.
StateT.liftR
in favour of liftS
.StateT.liftS
on functions.
Instead of f(_).liftS
, f.liftS
is now available and is confirmed to work in _runState
.