Skip to content

Instantly share code, notes, and snippets.

@Javran
Created October 10, 2013 04:54
Show Gist options
  • Save Javran/6913230 to your computer and use it in GitHub Desktop.
Save Javran/6913230 to your computer and use it in GitHub Desktop.
let const x _ = x
;;
let length x = fold_left ((+), 0, map(const 1,x))
;;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment