Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 331 Bytes

0.5.3.md

File metadata and controls

5 lines (4 loc) · 331 Bytes

0.5.3 (commit log)

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