networks: Don't re-export network-form?.
This commit is contained in:
parent
0085eb964b
commit
e4751c6ed2
1 changed files with 0 additions and 1 deletions
|
@ -138,7 +138,6 @@
|
||||||
(contract-out [variable? (-> any/c boolean?)]
|
(contract-out [variable? (-> any/c boolean?)]
|
||||||
[state? (-> any/c boolean?)]
|
[state? (-> any/c boolean?)]
|
||||||
[update-function-form? (-> any/c boolean?)]
|
[update-function-form? (-> any/c boolean?)]
|
||||||
[network-form? (-> any/c boolean?)]
|
|
||||||
[modality? (-> any/c boolean?)]
|
[modality? (-> any/c boolean?)]
|
||||||
[mode? (-> any/c boolean?)]
|
[mode? (-> any/c boolean?)]
|
||||||
[sbf/state? (-> any/c boolean?)])
|
[sbf/state? (-> any/c boolean?)])
|
||||||
|
|
Loading…
Reference in a new issue