SCM Repository
Diff of /trunk/src/compiler/high-il/high-il-types.sml
Parent Directory
|
Revision Log
|
Patch
revision 393, Thu Oct 14 15:45:01 2010 UTC | revision 394, Thu Oct 14 16:30:29 2010 UTC | |
---|---|---|
# | Line 7 | Line 7 |
7 | structure HighILTypes = | structure HighILTypes = |
8 | struct | struct |
9 | ||
10 | datatype ty = BoolTy | StringTy | IntTy | TensorTy of int list | datatype ty |
11 | = BoolTy | StringTy | IntTy | |
12 | | TensorTy of int list | |
13 | | KernelTy | ImageTy | FieldTy | |
14 | ||
15 | fun same (ty1 : ty, ty2) = (ty1 = ty2) | fun same (ty1 : ty, ty2) = (ty1 = ty2) |
16 |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |