diff src/core.sml @ 608:330a7de47914

Export RPC functions and push RPC calls through to Mono
author Adam Chlipala <adamc@hcoop.net>
date Sun, 15 Feb 2009 09:27:36 -0500
parents 0dd40b6bfdf3
children 56aaa1941dad
line wrap: on
line diff
--- a/src/core.sml	Sat Feb 14 14:07:56 2009 -0500
+++ b/src/core.sml	Sun Feb 15 09:27:36 2009 -0500
@@ -113,6 +113,7 @@
 datatype export_kind =
          Link
        | Action
+       | Rpc
 
 datatype decl' =
          DCon of string * int * kind * con