chore: add trace message for typing errors
This commit is contained in:
parent
21f37e7f6a
commit
9098cb0eab
1 changed files with 2 additions and 1 deletions
|
|
@ -678,7 +678,8 @@ private partial def processAssignmentAux (mvar : Expr) (mvarDecl : MetavarDecl)
|
|||
a type incorrect term. See discussion at A2 -/
|
||||
condM (isTypeCorrect v)
|
||||
(finalize ())
|
||||
(useFOApprox ())
|
||||
(do trace! `Meta.isDefEq.assignment.typeError (mvar ++ " := " ++ v);
|
||||
useFOApprox ())
|
||||
else
|
||||
finalize ()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue