networks: Fix tbn? to use tbf/state.
This commit is contained in:
parent
848142aa61
commit
d6bf00d617
1 changed files with 5 additions and 2 deletions
|
@ -1230,5 +1230,8 @@
|
||||||
(1 0 0)
|
(1 0 0)
|
||||||
(1 1 0)))))
|
(1 1 0)))))
|
||||||
|
|
||||||
;;; A TBN is a network form mapping TBFs to variables.
|
;;; A TBN is a network form mapping variables to tbf/state.
|
||||||
(define tbn? (hash/c variable? tbf?))
|
;;;
|
||||||
|
;;; The tbf/state must only reference variables appearing in the
|
||||||
|
;;; network. This contract does not check this condition.
|
||||||
|
(define tbn? (hash/c variable? tbf/state?))
|
||||||
|
|
Loading…
Reference in a new issue