-
Notifications
You must be signed in to change notification settings - Fork 810
Kernel tries to reduce WF definitions #2171
Copy link
Copy link
Closed
Labels
P-lowWe are not planning to work on this issueWe are not planning to work on this issuebugSomething isn't workingSomething isn't working
Description
The following theorem fails to type-check in the kernel:
theorem y : id (Nat.gcd 314159 10000) = Nat.gcd 314159 10000 := rfl
-- (kernel) deep recursion detectedPresumably this happens because we provide a too constructive proof of Acc (· < ·) 314159, which allows the kernel to unfold the definition 314159 times. (theorized by @digama0)
as reported by @thorimur
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P-lowWe are not planning to work on this issueWe are not planning to work on this issuebugSomething isn't workingSomething isn't working