Module
React.Explore.Sum
- Package
- purescript-react-explore
- Repository
- paf31/purescript-react-explore
#Sum Source
data Sum f g a
The Sum
of two comonads, which allows us to be in one state or the other
at a time, remembering the other state. We can also move from one state to
the other using the moveLeft
and moveRight
actions.