haskell/mtl

LiftingState

Lev135 opened this issue · 0 comments

Lev135 commented

Why don't we have LiftingState newtype wrapper like LiftingAccum and LiftingSelect?
It seems that state methods are very easy to lift:

get = lift get
put = lift . put