comparison src/core.sml @ 1020:dfe34fad749d

RPC uses VM support for call/cc
author Adam Chlipala <adamc@hcoop.net>
date Sun, 25 Oct 2009 14:07:10 -0400
parents 2a50da66ffd8
children b2311dfb3158
comparison
equal deleted inserted replaced
1019:68ba074e260f 1020:dfe34fad749d
113 113
114 | EClosure of int * exp list 114 | EClosure of int * exp list
115 115
116 | ELet of string * con * exp * exp 116 | ELet of string * con * exp * exp
117 117
118 | EServerCall of int * exp list * exp * con * con 118 | EServerCall of int * exp list * con
119 | ETailCall of int * exp list * exp * con * con
120 119
121 withtype exp = exp' located 120 withtype exp = exp' located
122 121
123 datatype effect = datatype Export.effect 122 datatype effect = datatype Export.effect
124 datatype export_kind = datatype Export.export_kind 123 datatype export_kind = datatype Export.export_kind