pass along neg-party

closes #1126
This commit is contained in:
Robby Findler 2015-11-08 09:06:49 -06:00
parent 2ed6c01e56
commit 611899764f

View File

@ -93,7 +93,7 @@
(cond
[(pred val) val]
[(c-first-order val) (p-app val neg-party)]
[else (raise-none-or-matched blame val #f)]))))
[else (raise-none-or-matched blame val neg-party)]))))
(define (blame-add-or-context blame)
(blame-add-context blame "a part of the or/c of"))