Lev135 opened this issue a year ago · 0 comments
Why don't we have LiftingState newtype wrapper like LiftingAccum and LiftingSelect? It seems that state methods are very easy to lift:
LiftingState
LiftingAccum
LiftingSelect
get = lift get put = lift . put