Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Form to augment flows #126

Open
countvajhula opened this issue Dec 7, 2023 · 0 comments
Open

Form to augment flows #126

countvajhula opened this issue Dec 7, 2023 · 0 comments

Comments

@countvajhula
Copy link
Collaborator

We've considered an aug form to "augment" the flow:

(-< _ f ...)
(-< f ... _)

But since it's unclear whether to augment on the right or the left, it didn't seem that useful as a distinct form. Upon further reflection, we could have the aug form respect the current chirality, so that:

(~> (aug f ...))

would be equivalent to

(~> (-< f ... _))

and

(~>> (aug f ...))

would be equivalent to

(~> (-< _ f ...))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant