SCM Repository
Diff of /branches/pure-cfg/src/compiler/codegen/target-sig.sml
Parent Directory
|
Revision Log
|
Patch
revision 563, Wed Feb 23 21:58:41 2011 UTC | revision 564, Wed Feb 23 22:34:31 2011 UTC | |
---|---|---|
# | Line 134 | Line 134 |
134 | (* a vector *) | (* a vector *) |
135 | val loadImage : var * int * exp -> stm list | val loadImage : var * int * exp -> stm list |
136 | val input : var * string * exp option -> stm list | val input : var * string * exp option -> stm list |
137 | val exit : unit -> stm | |
138 | (* update method exits *) | (* update method exits *) |
139 | val die : unit -> stm | val active : unit -> stm |
140 | val stabilize : unit -> stm | val stabilize : unit -> stm |
141 | val exit : unit -> stm | val die : unit -> stm |
142 | end | end |
143 | ||
144 | (* strands *) | (* strands *) |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |