fix: typo
This commit is contained in:
parent
27158eb3e2
commit
d7b23cf297
1 changed files with 1 additions and 1 deletions
|
|
@ -324,7 +324,7 @@ def wakeUp (answer : Answer) : Waiter → SynthM Unit
|
|||
|
||||
def isNewAnswer (oldAnswers : Array Answer) (answer : Answer) : Bool :=
|
||||
oldAnswers.all $ fun oldAnswer => do
|
||||
-- Remark: isDefEq here is too expensive. TODO: if `==` is to imprecise, add some light normalization to `resultType` at `addAnswer`
|
||||
-- Remark: isDefEq here is too expensive. TODO: if `==` is too imprecise, add some light normalization to `resultType` at `addAnswer`
|
||||
-- iseq ← isDefEq oldAnswer.resultType answer.resultType; pure (!iseq)
|
||||
oldAnswer.resultType != answer.resultType
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue