```reason let mySet = Set.make(); mySet |. [ Set.add(1), Set.add(2), Set.remove(1), ]; ``` This feature was held back due to being overly magical and due to `|.` still being new. Upvote this issue if you'd like to see it re-released.