SCM Repository
Diff of /trunk/src/compiler/IL/field-def.sml
Parent Directory
|
Revision Log
|
Patch
revision 134, Fri Jul 2 21:44:54 2010 UTC | revision 135, Fri Jul 2 21:57:47 2010 UTC | |
---|---|---|
# | Line 8 | Line 8 |
8 | struct | struct |
9 | ||
10 | (* the static definition of a field value *) | (* the static definition of a field value *) |
11 | datatype field_def = | datatype field_def |
12 | = CONV of ImageInfo.info * Kernel.kernel (* convolution *) | = CONV of ImageInfo.info * Kernel.kernel (* convolution *) |
13 | | DIFF of int * field_def (* k levels of differentiation *) | | DIFF of int * field_def (* k levels of differentiation *) |
14 | | NEG of field_def | | NEG of field_def |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |