Skip to content

Instantly share code, notes, and snippets.

@cyberglot
Created December 31, 2014 21:50
Show Gist options
  • Save cyberglot/b86b7585a4cfe9f3bcf9 to your computer and use it in GitHub Desktop.
Save cyberglot/b86b7585a4cfe9f3bcf9 to your computer and use it in GitHub Desktop.
FP in OCaml - Immutable data
let x = 5;;
x = 6;;
print_int x;; (* prints 5 *)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment