networks: Say contracts are contract?.
This commit is contained in:
parent
5ee517ec2d
commit
8dfa11b17c
1 changed files with 3 additions and 1 deletions
|
@ -29,7 +29,9 @@
|
||||||
[update-function-form? (-> any/c boolean?)]
|
[update-function-form? (-> any/c boolean?)]
|
||||||
[network-form? (-> any/c boolean?)])
|
[network-form? (-> any/c boolean?)])
|
||||||
;; Contracts
|
;; Contracts
|
||||||
state/c network/c update-function/c
|
(contract-out [state/c contract?]
|
||||||
|
[network/c contract?]
|
||||||
|
[update-function/c contract?])
|
||||||
;; Syntax
|
;; Syntax
|
||||||
st nn)
|
st nn)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue