feat: pp.analyze default transparency
This commit is contained in:
parent
aefd31b2a2
commit
be02133ca7
1 changed files with 1 additions and 2 deletions
|
|
@ -192,8 +192,7 @@ def isDefEqAssigning (t s : Expr) : MetaM Bool := do
|
|||
|
||||
def checkpointDefEq (t s : Expr) : MetaM Bool := do
|
||||
Meta.checkpointDefEq (mayPostpone := false) do
|
||||
withTransparency TransparencyMode.instances do
|
||||
isDefEqAssigning t s
|
||||
isDefEqAssigning t s
|
||||
|
||||
def tryUnify (t s : Expr) : MetaM Unit := do
|
||||
try
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue