Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit f02c470

Browse files
committed
Turns out |> has the same problem.
1 parent a40a9ff commit f02c470

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
let s1 = x->foo
22
let s2 = @ann foo(x)
3+
let s3 = x |> foo

tests/printer/expr/pipe.res

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
let s1 = @ann (x->foo)
22
let s2 = @ann (foo(x))
3+
let s3 = @ann (x|>foo)

0 commit comments

Comments
 (0)