network: Use domain-mapping/c in the contract of make-same-domains.

This commit is contained in:
Sergiu Ivanov 2020-02-23 11:51:59 +01:00
parent dedfddfe55
commit cbf949ba5a
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
[list-interactions (-> network-form? variable? (listof variable?))]
[build-interaction-graph (-> network-form? graph?)]
[build-all-states (-> domain-mapping/c (listof state?))]
[make-same-domains (-> (listof variable?) generic-set? (hash/c variable? generic-set?))]
[make-same-domains (-> (listof variable?) generic-set? domain-mapping/c)]
[make-boolean-domains (-> (listof variable?) (hash/c variable? (list/c #f #t)))]
[get-interaction-sign (-> network-form? domain-mapping/c variable? variable? (or/c '+ '- '0))]
[build-signed-interaction-graph (-> network-form? domain-mapping/c graph?)]