diff options
Diffstat (limited to 'virtual-programs')
| -rw-r--r-- | virtual-programs/with-all.folk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/virtual-programs/with-all.folk b/virtual-programs/with-all.folk index 072063a9..5b9adddf 100644 --- a/virtual-programs/with-all.folk +++ b/virtual-programs/with-all.folk @@ -4,7 +4,8 @@ When when the collected matches for /clause/ are /matchesVar/ /body/ with enviro When $::nodename has step count /c/ { Before convergence { # FIXME: this is a hack, we should do it incrementally - set matches [Statements::findMatches $clause] + set matches [concat [Statements::findMatches $clause] \ + [Statements::findMatches [list /someone/ claims {*}$clause]]] Say the collected matches for $clause are $matches } } |
