Add join operation for forks by garyb · Pull Request #792 · purescript-halogen/purescript-halogen
Navigation Menu
{{ message }}
purescript-halogen / purescript-halogen Public
- Notifications You must be signed in to change notification settings
- Fork 217
Merged
Add join operation for forks#792
garyb merged 2 commits intopurescript-halogen:purs-0.15from
Add join operation for forks#792
garyb merged 2 commits intopurescript-halogen:purs-0.15from
Conversation
natefaubion reviewed May 2, 2022
src/Halogen/Aff/Driver/Eval.purs
Outdated
src/Halogen/Aff/Driver/Eval.purs Outdated
| Ref.modify_ (M.insert fid fiber) forks | ||
| pure (k fid) | ||
| Join fid a -> do | ||
| DriverState ({ forks }) <- liftEffect (Ref.read ref) |
Copy link
Collaborator
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unnecessary parens.
natefaubion approved these changes May 2, 2022
thomashoneyman approved these changes May 2, 2022
src/Halogen/Aff/Driver/Eval.purs
Outdated
Show resolved
Hide resolved
src/Halogen/Aff/Driver/Eval.purs Outdated Show resolved Hide resolved
Copy link
Member Author
garyb
commented
May 2, 2022
garyb commented
May 2, 2022Thanks!
garyb
merged commit
a1f1eb6
into
purescript-halogen:purs-0.15
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment