This commit is contained in:
Tony Garnock-Jones 2018-04-27 10:54:58 +01:00
parent a247d8fd2b
commit 0d5b7e9c02
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@
(make-queue)
(set->bag filtered-initial-assertions)))
(for [(a filtered-initial-assertions)]
(match (bag-change! (dataspace-assertions ds) a 1)
(match (bag-change! (dataspace-assertions ds) a +1)
['absent->present (add-assertion! (dataspace-routing-table ds) a)]
;; 'absent->absent and 'present->absent absurd
['present->present (void)])) ;; i.e. no visible change