Last active
November 28, 2016 13:47
-
-
Save forki/e9959577df07114017ab27a716a31969 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
[<RequireQualifiedAccess>] | |
/// Information about the context of a type equation. | |
type ContextInfo = | |
/// No context was given. | |
| NoContext | |
/// The type equation comes from a type check of the result of an else branch. | |
| ElseBranchResult of range | |
| ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment