Skip to content

Instantly share code, notes, and snippets.

@kunigami
Created June 18, 2018 03:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kunigami/fdd0e6c90cfeda13d66cb2323a3d91c6 to your computer and use it in GitHub Desktop.
Save kunigami/fdd0e6c90cfeda13d66cb2323a3d91c6 to your computer and use it in GitHub Desktop.
module Curry = struct
let add x y = x + y
let inc = add 1
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment