fix: missing do
This commit is contained in:
parent
cf734814fd
commit
2ff8052ce4
1 changed files with 1 additions and 1 deletions
|
|
@ -255,7 +255,7 @@ where
|
|||
| some (α, lhs, rhs) =>
|
||||
let mut lhs := lhs
|
||||
let mut rhs := rhs
|
||||
let mkMotive (typeWithLooseBVar : Expr) :=
|
||||
let mkMotive (typeWithLooseBVar : Expr) := do
|
||||
withLocalDeclD (← mkFreshUserName `x) α fun x => do
|
||||
mkLambdaFVars #[x] $ typeWithLooseBVar.instantiate1 x
|
||||
let mut expectedAbst ← kabstract expectedType rhs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue