Skip to content

Instantly share code, notes, and snippets.

@swr1bm86
Created October 31, 2015 15:25
Show Gist options
  • Save swr1bm86/cc54ccdf89e2bce53fc3 to your computer and use it in GitHub Desktop.
Save swr1bm86/cc54ccdf89e2bce53fc3 to your computer and use it in GitHub Desktop.
-- in fsharp
x |> func
-- let's define it in haskell
let (|>) = flip ($)
1 |> (\x -> x + 1) |> (\x -> x * 3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment