fix: typo
This commit is contained in:
parent
27567d85e3
commit
cfcbb6e9dc
1 changed files with 1 additions and 2 deletions
|
|
@ -100,8 +100,7 @@ do typeType ← inferType type;
|
|||
(inferType : Expr → MetaM Expr)
|
||||
(e : Expr) : MetaM Expr :=
|
||||
forallTelescope whnf e $ fun xs e => do
|
||||
type ← inferType e;
|
||||
lvl ← getLevel whnf inferType type;
|
||||
lvl ← getLevel whnf inferType e;
|
||||
lvl ← xs.foldrM
|
||||
(fun x lvl => do
|
||||
xType ← inferType x;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue