network: Use domain-mapping/c in the contract of make-same-domains.
This commit is contained in:
parent
dedfddfe55
commit
cbf949ba5a
1 changed files with 1 additions and 1 deletions
|
@ -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?)]
|
||||
|
|
Loading…
Reference in a new issue