Introduce pipe operator |> #862
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "ghallak/230"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes: #230
Runtime tests:
3054792ba6/test/contracts/pipe_operator.aes
For consistency, should this be called pipe operator or reverse application operator? 🤔
Created by: radrow
Review: Dismissed
I think it would be nicer to make it behave just like in Elixir, so you could do
Note the "partial" application of flatmap. Specifically, to let autocurry functions if needed (and fully applied). @ghallak @hanssv what do you think?
This could be a scope of another PR though
@radrow You suggestion seems good, but since we don't have partial application currently, this might be done in another PR.
Created by: radrow
Review: Approved
Created by: hanssv
Review: Approved
Merged by: ghallak at 2022-04-12 09:40:32 UTC