From c3e94ff7e031c0589bfd512aef5e38e0df35ca79 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Wed, 18 Nov 2015 14:32:43 -0500 Subject: [PATCH] Oops -- wanted the raw ctor, not the cooked one --- prospect/endpoint.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prospect/endpoint.rkt b/prospect/endpoint.rkt index b92ac7d..6aa3fa0 100644 --- a/prospect/endpoint.rkt +++ b/prospect/endpoint.rkt @@ -115,7 +115,7 @@ (match-define (list e eid ep) task) (match ((handler-getter ep) e (endpoint-group-state g)) [#f (values cumulative-patch actions g idle?)] - [( exn ep-acs) (return (quit exn (filter action? (flatten ep-acs))))] + [( exn ep-acs) (return ( exn (filter action? (flatten ep-acs))))] [(transition new-state ep-acs) (define-values (cp acs next-g) (interpret-endpoint-actions cumulative-patch