diff options
author | Adam Chlipala <adamc@hcoop.net> | 2008-12-21 12:30:57 -0500 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2008-12-21 12:30:57 -0500 |
commit | c2da8978286838c438aa471631155c4d6d8f760e (patch) | |
tree | 8193826346d3d4131730c22f1c5fb17eee1e0576 /src/mono.sml | |
parent | 90bac0f10328d81ab18be3726779fed0cf77f8dd (diff) |
Handling singnal bind
Diffstat (limited to 'src/mono.sml')
-rw-r--r-- | src/mono.sml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mono.sml b/src/mono.sml index 1a7fde00..54b77550 100644 --- a/src/mono.sml +++ b/src/mono.sml @@ -105,6 +105,7 @@ datatype exp' = | EJavaScript of javascript_mode * exp | ESignalReturn of exp + | ESignalBind of exp * exp withtype exp = exp' located |