diff options
author | Adam Chlipala <adamc@hcoop.net> | 2009-02-15 09:27:36 -0500 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2009-02-15 09:27:36 -0500 |
commit | 4d6b4140314ee47c6278d75a196fb81da3fedc26 (patch) | |
tree | ce010b2988315e7b327f46f1c2b0ee9fef759f4f /src/mono.sml | |
parent | a89a3e41b94c294e1f08d369f2558e12b532e430 (diff) |
Export RPC functions and push RPC calls through to Mono
Diffstat (limited to 'src/mono.sml')
-rw-r--r-- | src/mono.sml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mono.sml b/src/mono.sml index 8999704c..547f8a55 100644 --- a/src/mono.sml +++ b/src/mono.sml @@ -109,6 +109,8 @@ datatype exp' = | ESignalBind of exp * exp | ESignalSource of exp + | EServerCall of int * exp list * exp + withtype exp = exp' located datatype decl' = |