From edfb1a92500438d4764c07c94c6573ea74fc03e0 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Fri, 27 Jun 2014 16:26:14 -0400 Subject: [PATCH] Correct error in #:run-transition --- minimart/actor.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minimart/actor.rkt b/minimart/actor.rkt index 66a88ed..dc3fbec 100644 --- a/minimart/actor.rkt +++ b/minimart/actor.rkt @@ -512,7 +512,7 @@ (transition state (list #,@(reverse action-ids))))] [(#:run-transition exp rest ...) - #`(match-state _state + #`(match-state state #,@(reverse final-forms) (sequence-transitions (transition state (list #,@(reverse action-ids))) exp