networks: Make tbf/state transparent.

This commit is contained in:
Sergiu Ivanov 2020-07-23 00:17:17 +02:00
parent a4be7922d4
commit 91c45ada06

View File

@ -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)