Module

React.Redux.Reducer

Package
purescript-react-redux
Repository
ethul/purescript-react-redux

#Reducer Source

newtype Reducer action state state'

Constructors

  • Reducer (action -> state -> state')

Instances

#reducerFlipped Source

reducerFlipped :: forall state' state action. (state -> action -> state') -> Reducer action state state'