diff src/mono.sml @ 1848:e15234fbb163

Basis.tryRpc
author Adam Chlipala <adam@chlipala.net>
date Tue, 16 Apr 2013 10:55:48 -0400
parents c1e3805e604e
children 98895243b5b6
line wrap: on
line diff
--- a/src/mono.sml	Mon Apr 01 10:13:49 2013 -0400
+++ b/src/mono.sml	Tue Apr 16 10:55:48 2013 -0400
@@ -1,4 +1,4 @@
-(* Copyright (c) 2008-2010, Adam Chlipala
+(* Copyright (c) 2008-2010, 2013, Adam Chlipala
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -120,7 +120,7 @@
        | ESignalBind of exp * exp
        | ESignalSource of exp
                               
-       | EServerCall of exp * typ * effect
+       | EServerCall of exp * typ * effect * failure_mode
        | ERecv of exp * typ
        | ESleep of exp
        | ESpawn of exp