Last active
November 28, 2016 13:12
-
-
Save forki/0bf281ffebb2a160e0862745a5600bd7 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
let tempTy = NewInferenceType () | |
let e3',tpenv = TcExprThatCanBeCtorBody cenv tempTy env tpenv e3 | |
let env = { env with eContextInfo = ContextInfo.ElseBranch } | |
UnifyTypes cenv env e3.Range overallTy tempty |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment