Skip to content

Add (|!>) operators#674

Merged
gusty merged 1 commit intomasterfrom
gus/replace
Feb 13, 2026
Merged

Add (|!>) operators#674
gusty merged 1 commit intomasterfrom
gus/replace

Conversation

@gusty
Copy link
Member

@gusty gusty commented Feb 8, 2026

These operators (|!>) and (<!|) ideally should be called (!>) and (<!) but the problem is that (!>) is unary and it turns out it will be the most used of the 2, because it's in the direction of typical F# pipes.

I think these operators are quite handy in real world code scenarios, when ignoring a value wrapped in a Task for example, then replacing it with another.

These operators (|!>) and (<!|) ideally should be called (!>) and (<!) but the problem is that (!>) is unary and it turns out it will be the most used of the 2, because it's in the direction of typical F# pipes.
@gusty gusty merged commit 44ebc37 into master Feb 13, 2026
4 checks passed
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

Successfully merging this pull request may close these issues.

2 participants