SCM Repository
Diff of /trunk/src/compiler/ast/ast.sml
Parent Directory
|
Revision Log
|
Patch
revision 166, Wed Jul 21 15:21:12 2010 UTC | revision 167, Wed Jul 21 20:58:09 2010 UTC | |
---|---|---|
# | Line 68 | Line 68 |
68 | | E_Lit of Literal.literal | | E_Lit of Literal.literal |
69 | | E_Tuple of expr list | | E_Tuple of expr list |
70 | | E_Apply of var * Ty.meta_var list * expr list * Ty.ty | | E_Apply of var * Ty.meta_var list * expr list * Ty.ty |
71 | | E_Cons of expr list | | E_Cons of expr list (* tensor-value construction *) |
72 | | E_Cond of expr * expr * expr | | E_Cond of expr * expr * expr |
73 | ||
74 | end | end |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |