networks: Make tbf/state transparent.
This commit is contained in:
parent
a4be7922d4
commit
91c45ada06
1 changed files with 1 additions and 1 deletions
|
@ -944,7 +944,7 @@
|
|||
|
||||
;;; A state TBF is a TBF with named inputs. A state TBF can be
|
||||
;;; applied to states in an unambiguous ways.
|
||||
(struct tbf/state (weights threshold))
|
||||
(struct tbf/state (weights threshold) #:transparent)
|
||||
|
||||
;;; Shortcuts for acessing fields of a state/tbf.
|
||||
(define tbf/state-w tbf/state-weights)
|
||||
|
|
Loading…
Reference in a new issue