SCM Repository
Diff of /sml/trunk/src/cm/smlfile/skeleton.sml
Parent Directory
|
Revision Log
|
Patch
revision 292, Mon May 24 22:03:46 1999 UTC | revision 293, Tue May 25 03:04:50 1999 UTC | |
---|---|---|
# | Line 25 | Line 25 |
25 | ||
26 | and modExp = | and modExp = |
27 | Var of sympath | Var of sympath |
28 | | Decl of decl | | Decl of decl list (* implicit Seq *) |
29 | | Let of decl * modExp | | Let of decl list * modExp (* implicit Seq *) |
30 | | Ign1 of modExp * modExp | | Ign1 of modExp * modExp |
31 | end | end |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |