Created
November 27, 2019 18:31
-
-
Save medigor/b8d670b65000af06cffbf2e191833938 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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