Skip to content

Instantly share code, notes, and snippets.

@kunigami
Created September 28, 2017 17:12
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/e7ebccc303bfd4b1d912abe59a3b069c to your computer and use it in GitHub Desktop.
Save kunigami/e7ebccc303bfd4b1d912abe59a3b069c to your computer and use it in GitHub Desktop.
let head digits = let (elem, _) = popAux digits in elem;;
let tail digits = let (_, newDigits) = popAux digits in newDigits;;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment