Add join operation for forks by garyb · Pull Request #792 · purescript-halogen/purescript-halogen

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@garyb

Copy link

Member

@garyb garyb commented

May 2, 2022

No description provided.

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.

@garyb

Copy link

Member Author

garyb commented

May 2, 2022

Thanks!

@garyb garyb merged commit a1f1eb6 into purescript-halogen:purs-0.15

May 2, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@thomashoneyman thomashoneyman thomashoneyman approved these changes

@natefaubion natefaubion natefaubion approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@garyb @natefaubion @thomashoneyman