fix: missing do

This commit is contained in:
Leonardo de Moura 2021-04-24 19:40:40 -07:00
parent cf734814fd
commit 2ff8052ce4

View file

@ -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