parent
7428dc5e71
commit
22281f25c8
1 changed files with 1 additions and 1 deletions
|
|
@ -1147,7 +1147,7 @@ private def unfoldBothDefEq (fn : Name) (t s : Expr) : MetaM LBool := do
|
|||
|
||||
private def sameHeadSymbol (t s : Expr) : Bool :=
|
||||
match t.getAppFn, s.getAppFn with
|
||||
| Expr.const c₁ _ _, Expr.const c₂ _ _ => true
|
||||
| Expr.const c₁ _ _, Expr.const c₂ _ _ => c₁ == c₂
|
||||
| _, _ => false
|
||||
|
||||
/--
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue