Skip to content

Commit

Permalink
Update examples/macro_example.mochi
Browse files Browse the repository at this point in the history
  • Loading branch information
i2y committed Dec 10, 2014
1 parent 120b0cb commit 130c208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/macro_example.mochi
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ macro pipeline(&args):
pipeline([1, 2, 3],
map(-> $1 * 2),
filter(-> $1 != 2),
pvector())
# => pvector([4, 6])
pvector()) |> print()
# -> pvector([4, 6])



0 comments on commit 130c208

Please sign in to comment.