Incorrect totality check for weak normalization example #240
Labels
A | core
affecting the typechecker
A | totality
affecting the coverage or wellfoundedness checker
B | bug
unexpected or incorrect behaviour
In
Weak_Normalization.bel
, the main proof makes the termM
decrease, but I can incorrectly claim that it is the contextg
that's decreasing.Beluga/examples/literate_beluga/2Advanced/Weak_Normalization.bel
Line 157 in 1d39095
i.e., Beluga accepts the
/ total g (main g _ _ _) /
annotation when it shouldn't. (It does accept/ total m (main _ _ _ m) /
as well.)The text was updated successfully, but these errors were encountered: