Skip to content

Instantly share code, notes, and snippets.

@medigor
Created November 27, 2019 18:31
Show Gist options
  • Save medigor/b8d670b65000af06cffbf2e191833938 to your computer and use it in GitHub Desktop.
Save medigor/b8d670b65000af06cffbf2e191833938 to your computer and use it in GitHub Desktop.
let inline (^) f x = f x
[||]
|> Array.map ^ fun x -> x + 1
|> Array.iter ^ fun x -> printfn "%i" x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment