-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Random refactoring, preparing for fixing Prop
tycking
#880
Conversation
Codecov Report
@@ Coverage Diff @@
## main #880 +/- ##
============================================
+ Coverage 82.17% 82.24% +0.07%
- Complexity 3386 3388 +2
============================================
Files 288 288
Lines 10536 10528 -8
Branches 1258 1254 -4
============================================
+ Hits 8658 8659 +1
+ Misses 1166 1163 -3
+ Partials 712 706 -6
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
bors r+ |
Build succeeded: |
@@ -148,7 +148,7 @@ record Tmp(ImmutableSeq<TeleResult> okTele, Term preresult, Term prebody) {} | |||
var bodyExpr = fn.body.getLeftValue(); | |||
Term preresult, prebody; | |||
if (fn.result != null) { | |||
preresult = tycker.synthesize(fn.result).wellTyped(); | |||
preresult = tycker.ty(fn.result); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In fact the entire PR is just for this line ;)
These commits have been in my disk for so long so I have made up my mind to create a PR for them