fix: typo
This commit is contained in:
parent
b7218dad9d
commit
02ddbfa7da
1 changed files with 2 additions and 2 deletions
|
|
@ -415,8 +415,8 @@ mkLevelIMax newLhs newRhs
|
|||
|
||||
@[inline] def updateIMax! (lvl : Level) (newLhs : Level) (newRhs : Level) : Level :=
|
||||
match lvl with
|
||||
| max lhs rhs d => updateIMax (imax lhs rhs d) newLhs newRhs rfl
|
||||
| _ => panic! "imax level expected"
|
||||
| imax lhs rhs d => updateIMax (imax lhs rhs d) newLhs newRhs rfl
|
||||
| _ => panic! "imax level expected"
|
||||
|
||||
@[specialize] def instantiateParams (s : Name → Option Level) : Level → Level
|
||||
| u@(zero _) => u
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue