Created
March 6, 2019 20:41
-
-
Save sslotsky/bfd44a4f0af31846dc9f8b6628e7392f 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 return = x => Value(x); | |
let wrap = (f, l) => return(l |> f); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment