You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reducerOptic::forallstatestate'actionaction'. Lens'statestate'->Prism'actionaction'->Reducer'action'state'->Reducer'actionstate
reducerOptic lens prism k =
wrap $ \action state ->letstate'::state'
state' = view lens state
action'::Eitheractionaction'
action' = matching prism action
in either (const state) (\a -> set lens (unwrap k a state') state) action'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: