networks: Fix list-syntactic-interactions.
This commit is contained in:
parent
0a4035d9f7
commit
fbd6ded717
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@
|
|||
(define (list-syntactic-interactions nf x)
|
||||
(set-intersect
|
||||
(extract-symbols (hash-ref (network-form-forms nf) x))
|
||||
(hash-keys nf)))
|
||||
(hash-keys (network-form-forms nf))))
|
||||
|
||||
(module+ test
|
||||
(test-case "list-syntactic-interactions"
|
||||
|
|
Loading…
Reference in a new issue