networks: Fix list-syntactic-interactions.

This commit is contained in:
Sergiu Ivanov 2020-11-23 23:09:23 +01:00
parent 0a4035d9f7
commit fbd6ded717
1 changed files with 1 additions and 1 deletions

View File

@ -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"