Commit 44ebc37
committed
Add (|!>) operators
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.1 parent 41866b8 commit 44ebc37
1 file changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
177 | 189 | | |
178 | 190 | | |
179 | 191 | | |
| |||
0 commit comments