Press CTRL+C or CMD+C to copy the selected text and close this dialog.
Tweet
20 people like it. Like the snippet!
Caching the function object created
1: 2: 3:
let inline (!>) f = () |> fun () -> f let x a b = a + b let x_arg = !> x