networks: Don't re-export network-form?.

This commit is contained in:
Sergiu Ivanov 2020-11-22 22:05:41 +01:00
parent 0085eb964b
commit e4751c6ed2
1 changed files with 0 additions and 1 deletions

View File

@ -138,7 +138,6 @@
(contract-out [variable? (-> any/c boolean?)]
[state? (-> any/c boolean?)]
[update-function-form? (-> any/c boolean?)]
[network-form? (-> any/c boolean?)]
[modality? (-> any/c boolean?)]
[mode? (-> any/c boolean?)]
[sbf/state? (-> any/c boolean?)])