Module

React.Redux.Internal

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

#reduxActionType Source

#reduxActionToAction Source

reduxActionToAction :: forall action. ReduxAction' action -> action

#actionToReduxAction Source

actionToReduxAction :: forall action. action -> ReduxAction' action

#reduxReducerToReducer Source

reduxReducerToReducer :: forall action state. ReduxReducer state action -> Reducer action state

#reducerToReduxReducer Source

reducerToReduxReducer :: forall action state. Reducer action state -> ReduxReducer state action

#reduxBaseDispatchToBaseDispatch Source

reduxBaseDispatchToBaseDispatch :: forall action eff. ReduxBaseDispatch eff action -> BaseDispatch eff action

#reduxDispatchToDispatch Source

reduxDispatchToDispatch :: forall result action eff. ReduxDispatch eff action result -> Dispatch eff action result

#baseDispatchToReduxBaseDispatch Source

baseDispatchToReduxBaseDispatch :: forall action eff. Dispatch eff action action -> ReduxBaseDispatch eff action

#dispatchToReduxDispatch Source

dispatchToReduxDispatch :: forall result action eff. Dispatch eff action result -> ReduxDispatch eff action result

#reduxMiddlewareApiToMiddlewareApi Source

reduxMiddlewareApiToMiddlewareApi :: forall action state eff. ReduxMiddlewareAPI eff state action -> MiddlewareAPI eff state action

#middlewareApiToReduxMiddlewareApi Source

middlewareApiToReduxMiddlewareApi :: forall action state eff. MiddlewareAPI eff state action -> ReduxMiddlewareAPI eff state action

#reduxMiddlewareToMiddleware Source

reduxMiddlewareToMiddleware :: forall b a action state eff. ReduxMiddleware eff state action a b -> Middleware eff state action a b

#middlewareToReduxMiddleware Source

middlewareToReduxMiddleware :: forall b a action state eff. Middleware eff state action a b -> ReduxMiddleware eff state action a b