chore: normalize universe level
This commit is contained in:
parent
0358511121
commit
5dc1bbb188
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ forallTelescope whnf e $ fun xs e => do
|
|||
xTypeLvl ← getLevel whnf inferType xType;
|
||||
pure $ Level.imax xTypeLvl lvl)
|
||||
lvl;
|
||||
pure $ Expr.sort lvl
|
||||
pure $ Expr.sort lvl.normalize
|
||||
|
||||
/- Infer type of lambda and let expressions -/
|
||||
@[specialize] private def inferLambdaType
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue