From 2385b6b946eb1215d75a3dddccb05aaf8f605ba3 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 25 Oct 2009 15:29:21 -0400 Subject: Use call/cc for recv and sleep --- src/mono.sml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/mono.sml') diff --git a/src/mono.sml b/src/mono.sml index 7ce6cee1..35aada16 100644 --- a/src/mono.sml +++ b/src/mono.sml @@ -115,8 +115,9 @@ datatype exp' = | ESignalSource of exp | EServerCall of exp * typ * effect - | ERecv of exp * exp * typ - | ESleep of exp * exp + | ERecv of exp * typ + | ESleep of exp + | ESpawn of exp withtype exp = exp' located -- cgit v1.2.3