SCM Repository
Diff of /trunk/src/compiler/ast/types.sml
Parent Directory
|
Revision Log
|
Patch
revision 168, Wed Jul 21 20:58:37 2010 UTC | revision 169, Thu Jul 22 20:07:37 2010 UTC | |
---|---|---|
# | Line 17 | Line 17 |
17 | | SHAPE of 'shape (* ranges over tensor shapes *) | | SHAPE of 'shape (* ranges over tensor shapes *) |
18 | | DIM of 'dim (* ranges over dimensions (1, 2, ...) *) | | DIM of 'dim (* ranges over dimensions (1, 2, ...) *) |
19 | ||
(* | ||
(* raw numeric types as supported by NRRD *) | ||
datatype raw_ty | ||
= RT_Int8 | RT_UInt8 | ||
| RT_Int16 | RT_UInt16 | ||
| RT_Int32 | RT_UInt32 | ||
| RT_Int64 | RT_UInt64 | ||
| RT_Float | RT_Double | ||
| RT_Var of var | ||
*) | ||
20 | datatype ty | datatype ty |
21 | = T_Var of ty_var | = T_Var of ty_var |
22 | | T_Bool | | T_Bool |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |