Skip to content

Instantly share code, notes, and snippets.

@SteveGilham
Created April 22, 2015 13:07
match context with
| :? Type1 as t1 -> // type 1
| :? Type2 as t2 -> // type 2
| :? Type3 as t3 -> // type 3
| other -> // something else
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment