chore: add {crossEmoji} at failure
This commit is contained in:
parent
48c1ddc807
commit
bdf89b4d85
1 changed files with 1 additions and 1 deletions
|
|
@ -722,7 +722,7 @@ def synthInstance? (type : Expr) (maxResultSize? : Option Nat := none) : MetaM (
|
|||
check result
|
||||
pure (some result)
|
||||
else
|
||||
trace[Meta.synthInstance] "result type{indentExpr resultType}\nis not definitionally equal to{indentExpr type}"
|
||||
trace[Meta.synthInstance] "{crossEmoji} result type{indentExpr resultType}\nis not definitionally equal to{indentExpr type}"
|
||||
pure none
|
||||
if type.hasMVar || resultHasUnivMVars then
|
||||
pure result?
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue