Created
August 23, 2016 12:37
-
-
Save gsg/31dc2ae4784124a1da9877779a1a80c6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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