Skip to content

Instantly share code, notes, and snippets.

@nishio
Created July 15, 2010 10:24
Show Gist options
  • Save nishio/476772 to your computer and use it in GitHub Desktop.
Save nishio/476772 to your computer and use it in GitHub Desktop.
let f x y =
match x with
| 1 ->
match y with
| "foo" -> 2
| 2 -> 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment