Commit bc60363
committed
🐛 Fix non uniform parameter check in lp2inductive_entry
There was an unneeded lift in the function comparing the non uniform parameters with the first binders of the type of each constructor. When testing by printing the terms, it looks like they are identical without the lift. With the lift, the match takes the last branch and wrongly outputs an error.1 parent e4bf0b0 commit bc60363
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2687 | 2687 | | |
2688 | 2688 | | |
2689 | 2689 | | |
2690 | | - | |
| 2690 | + | |
2691 | 2691 | | |
2692 | 2692 | | |
2693 | 2693 | | |
| |||
0 commit comments