Skip to content
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

Fix tycking induction-recursion definitions #659

Merged
merged 2 commits into from
Nov 14, 2022
Merged

Fix tycking induction-recursion definitions #659

merged 2 commits into from
Nov 14, 2022

Conversation

imkiva
Copy link
Member

@imkiva imkiva commented Nov 14, 2022

by using Def.defTele(ref) over ref.core.telescope()

@imkiva imkiva requested a review from ice1000 November 14, 2022 11:31
@codecov
Copy link

codecov bot commented Nov 14, 2022

Codecov Report

Merging #659 (d75a268) into main (0c04c22) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##               main     #659   +/-   ##
=========================================
  Coverage     78.75%   78.76%           
- Complexity     2878     2879    +1     
=========================================
  Files           260      260           
  Lines          9428     9426    -2     
  Branches       1169     1168    -1     
=========================================
- Hits           7425     7424    -1     
  Misses         1381     1381           
+ Partials        622      621    -1     
Impacted Files Coverage Δ
base/src/main/java/org/aya/tyck/ExprTycker.java 86.77% <100.00%> (+0.14%) ⬆️
base/src/main/java/org/aya/tyck/LittleTyper.java 74.07% <100.00%> (ø)
...c/main/java/org/aya/tyck/unify/TermComparator.java 75.79% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@imkiva
Copy link
Member Author

imkiva commented Nov 14, 2022

bors merge

@bors
Copy link
Contributor

bors bot commented Nov 14, 2022

Build succeeded:

@bors bors bot merged commit 1dd7c91 into main Nov 14, 2022
@bors bors bot deleted the wow branch November 14, 2022 11:34
@ice1000
Copy link
Member

ice1000 commented Nov 14, 2022

bors r+

@bors
Copy link
Contributor

bors bot commented Nov 14, 2022

Already running a review

@ice1000 ice1000 added this to the v0.24 milestone Nov 14, 2022
@ice1000 ice1000 added the bug Something isn't working label Nov 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants