Skip to content

Instantly share code, notes, and snippets.

@sslotsky
Created March 6, 2019 20:41
Show Gist options
  • Save sslotsky/bfd44a4f0af31846dc9f8b6628e7392f to your computer and use it in GitHub Desktop.
Save sslotsky/bfd44a4f0af31846dc9f8b6628e7392f to your computer and use it in GitHub Desktop.
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