SCM Repository
[diderot] / trunk / src / parser / parse-tree.sml |
Diff of /trunk/src/parser/parse-tree.sml
Parent Directory
|
Revision Log
|
Patch
revision 30, Wed Feb 10 22:17:50 2010 UTC | revision 31, Wed Feb 10 22:24:40 2010 UTC | |
---|---|---|
# | Line 15 | Line 15 |
15 | type dim = IntInf.int | type dim = IntInf.int |
16 | ||
17 | datatype program | datatype program |
18 | = Porgram of decl list | = Program of decl list |
19 | ||
20 | and decl | and decl |
21 | = D_Mark of decl mark | = D_Mark of decl mark |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |