Mercurial > urweb
comparison src/mono.sml @ 572:57018f21cd5c
Handling singnal bind
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 21 Dec 2008 12:30:57 -0500 |
parents | 162d5308e34f |
children | ac947e2f29ff |
comparison
equal
deleted
inserted
replaced
571:86d324061ddc | 572:57018f21cd5c |
---|---|
103 | EUnurlify of exp * typ | 103 | EUnurlify of exp * typ |
104 | 104 |
105 | EJavaScript of javascript_mode * exp | 105 | EJavaScript of javascript_mode * exp |
106 | 106 |
107 | ESignalReturn of exp | 107 | ESignalReturn of exp |
108 | ESignalBind of exp * exp | |
108 | 109 |
109 withtype exp = exp' located | 110 withtype exp = exp' located |
110 | 111 |
111 datatype decl' = | 112 datatype decl' = |
112 DDatatype of string * int * (string * int * typ option) list | 113 DDatatype of string * int * (string * int * typ option) list |