chore: ignore mdata at intros
This commit is contained in:
parent
4b56ca066d
commit
635a320455
1 changed files with 1 additions and 0 deletions
|
|
@ -454,6 +454,7 @@ where
|
|||
private def getIntrosSize : Expr → Nat
|
||||
| Expr.forallE _ _ b _ => getIntrosSize b + 1
|
||||
| Expr.letE _ _ _ b _ => getIntrosSize b + 1
|
||||
| Expr.mdata _ b _ => getIntrosSize b
|
||||
| _ => 0
|
||||
|
||||
/- Recall that `ident' := ident <|> Term.hole` -/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue