From 91c45ada069b876c4923011a647ad60c57bfce59 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Thu, 23 Jul 2020 00:17:17 +0200 Subject: [PATCH] networks: Make tbf/state transparent. --- networks.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/networks.rkt b/networks.rkt index 5aa1bfc..38d72f3 100644 --- a/networks.rkt +++ b/networks.rkt @@ -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)