Created
April 22, 2015 13:07
This file contains 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
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