networks: Re-export dds-build-state-graph-annotated and dds-build-n-step-state-graph-annotated.
This commit is contained in:
parent
160713b56b
commit
2ece2e76ee
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@
|
|||
[dds-step (-> dynamics? (set/c state? #:kind 'dont-care) (set/c state?))]
|
||||
[dds-build-state-graph (-> dynamics? (set/c state? #:kind 'dont-care) graph?)]
|
||||
[dds-build-n-step-state-graph (-> dynamics? (set/c state? #:kind 'dont-care) number? graph?)]
|
||||
[dds-build-state-graph-annotated (-> dynamics? (set/c state? #:kind 'dont-care) graph?)]
|
||||
[dds-build-n-step-state-graph-annotated (-> dynamics? (set/c state? #:kind 'dont-care) number? graph?)]
|
||||
[pretty-print-state (-> state? string?)]
|
||||
[any->boolean (-> any/c boolean?)]
|
||||
[pretty-print-boolean-state (-> state? string?)]
|
||||
|
|
Loading…
Reference in a new issue