chore: remove partial TODO (#4380)
This commit is contained in:
parent
0a0f1d7cc7
commit
b9bfd30514
1 changed files with 1 additions and 2 deletions
|
|
@ -258,8 +258,7 @@ def ctorToNat : Level → Nat
|
|||
| max .. => 4
|
||||
| imax .. => 5
|
||||
|
||||
/- TODO: use well founded recursion. -/
|
||||
partial def normLtAux : Level → Nat → Level → Nat → Bool
|
||||
def normLtAux : Level → Nat → Level → Nat → Bool
|
||||
| succ l₁, k₁, l₂, k₂ => normLtAux l₁ (k₁+1) l₂ k₂
|
||||
| l₁, k₁, succ l₂, k₂ => normLtAux l₁ k₁ l₂ (k₂+1)
|
||||
| l₁@(max l₁₁ l₁₂), k₁, l₂@(max l₂₁ l₂₂), k₂ =>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue