networks: Export tbn?.
This commit is contained in:
parent
5c0bb0ddbb
commit
3c640d2cab
1 changed files with 2 additions and 1 deletions
|
@ -87,7 +87,8 @@
|
||||||
;; Contracts
|
;; Contracts
|
||||||
(contract-out [state/c contract?]
|
(contract-out [state/c contract?]
|
||||||
[update-function/c contract?]
|
[update-function/c contract?]
|
||||||
[domain-mapping/c contract?]))
|
[domain-mapping/c contract?]
|
||||||
|
[tbn? contract?]))
|
||||||
|
|
||||||
(module+ test
|
(module+ test
|
||||||
(require rackunit))
|
(require rackunit))
|
||||||
|
|
Loading…
Reference in a new issue