Created
March 21, 2019 09:17
-
-
Save laat/0a63079bb49b7a1fa84d78130fcf3ec1 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
open System | |
let ( ..|..<++>..|.. ) x y = x + " " + y | |
let ( >.< ) x z = x ..|..<++>..|.. "." ..|..<++>..|.. "Thanks Obama." |> z | |
"custom operators" ..|..<++>..|.. "makes everything worse" >.< Console.WriteLine |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
stdout