SCM Repository
Diff of /branches/pure-cfg/src/compiler/codegen/target-sig.sml
Parent Directory
|
Revision Log
|
Patch
revision 553, Fri Feb 18 19:18:47 2011 UTC | revision 554, Mon Feb 21 15:50:21 2011 UTC | |
---|---|---|
# | Line 129 | Line 129 |
129 | val ifthenelse : exp * stm * stm -> stm | val ifthenelse : exp * stm * stm -> stm |
130 | (* special Diderot forms *) | (* special Diderot forms *) |
131 | val cons : var * exp list -> stm | val cons : var * exp list -> stm |
132 | val getImgData : var * int * exp -> stm (* load a vector of data from the *) | val getImgData : var * exp -> stm list (* load a vector of data from the *) |
133 | (* specified address and convert to *) | (* specified address and convert to *) |
134 | (* a vector *) | (* a vector *) |
135 | val loadImage : var * int * exp -> stm list | val loadImage : var * int * exp -> stm list |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |