Mercurial > urweb
comparison src/mono.sml @ 905:7a4b026e45dd
Library improvements; proper list [un]urlification; remove server-side ServerCalls; eta reduction in type inference
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 09 Aug 2009 16:13:27 -0400 |
parents | 493f44759879 |
children | 8e540df3294d |
comparison
equal
deleted
inserted
replaced
904:6d9538ce94d8 | 905:7a4b026e45dd |
---|---|
112 | 112 |
113 | ESignalReturn of exp | 113 | ESignalReturn of exp |
114 | ESignalBind of exp * exp | 114 | ESignalBind of exp * exp |
115 | ESignalSource of exp | 115 | ESignalSource of exp |
116 | 116 |
117 | EServerCall of exp * exp * typ * effect | 117 | EServerCall of exp * exp * typ * effect * exp |
118 | ERecv of exp * exp * typ | 118 | ERecv of exp * exp * typ |
119 | ESleep of exp * exp | 119 | ESleep of exp * exp |
120 | 120 |
121 withtype exp = exp' located | 121 withtype exp = exp' located |
122 | 122 |