Skip to content

Instantly share code, notes, and snippets.

@gsg
Created August 23, 2016 12:37
Show Gist options
  • Save gsg/31dc2ae4784124a1da9877779a1a80c6 to your computer and use it in GitHub Desktop.
Save gsg/31dc2ae4784124a1da9877779a1a80c6 to your computer and use it in GitHub Desktop.
let f =
FUN t -> fun l ->
case l of
| Nil [t] -> None [t]
| Cons [t] x _ -> Some [t] x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment