Module
PsSpa.Effect
- Package
- purescript-ps-spa
- Repository
- the-man-with-a-golden-mind/ps-spa
#fromCommand Source
fromCommand :: forall command shared route. command -> Effect command shared route#mapCommand Source
mapCommand :: forall commandA commandB shared route. (commandA -> commandB) -> Effect commandA shared route -> Effect commandB shared route