diff src/core_untangle.sml @ 1848:e15234fbb163

Basis.tryRpc
author Adam Chlipala <adam@chlipala.net>
date Tue, 16 Apr 2013 10:55:48 -0400
parents dfe34fad749d
children
line wrap: on
line diff
--- a/src/core_untangle.sml	Mon Apr 01 10:13:49 2013 -0400
+++ b/src/core_untangle.sml	Tue Apr 16 10:55:48 2013 -0400
@@ -1,4 +1,4 @@
-(* Copyright (c) 2008, Adam Chlipala
+(* Copyright (c) 2008, 2013, Adam Chlipala
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -48,7 +48,7 @@
         case e of
             ENamed n => try n
           | EClosure (n, _) => try n
-          | EServerCall (n, _, _) => try n
+          | EServerCall (n, _, _, _) => try n
           | _ => s
     end