Skip to content

Instantly share code, notes, and snippets.

@forki
Last active November 28, 2016 13:47
Show Gist options
  • Save forki/e9959577df07114017ab27a716a31969 to your computer and use it in GitHub Desktop.
Save forki/e9959577df07114017ab27a716a31969 to your computer and use it in GitHub Desktop.
[<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