From 6e9da1a686160ba3f30282276c7d8af6e76791b3 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Mon, 28 Oct 2013 11:06:05 +0000 Subject: [PATCH] Cheesy hack to distinguish ground's world from primordial processes --- minimart/ground.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minimart/ground.rkt b/minimart/ground.rkt index 97d3136..73e02bd 100644 --- a/minimart/ground.rkt +++ b/minimart/ground.rkt @@ -35,7 +35,7 @@ (void)) (let ((e (apply sync event-list))) (log-info "Woke: ~v" e) - (match (deliver-event e -1 p) + (match (deliver-event e -2 p) [#f ;; inert (await-interrupt #t p active-events)] [(transition new-state actions)