Skip to content

Instantly share code, notes, and snippets.

@Javran
Created October 10, 2013 04:54
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