mtl icon indicating copy to clipboard operation
mtl copied to clipboard

LiftingState

Open Lev135 opened this issue 1 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:

get = lift get
put = lift . put

Lev135 avatar Jun 24 '23 20:06 Lev135