SCM Repository
Diff of /sml/trunk/src/cm/smlfile/skeleton.sml
Parent Directory
|
Revision Log
|
Patch
revision 290, Sat May 22 21:01:25 1999 UTC | revision 291, Mon May 24 09:41:07 1999 UTC | |
---|---|---|
# | Line 26 | Line 26 |
26 | and modExp = | and modExp = |
27 | Var of sympath | Var of sympath |
28 | | Decl of decl | | Decl of decl |
| App of sympath * modExp list | ||
29 | | Let of decl * modExp | | Let of decl * modExp |
30 | | Con of modExp * modExp | | Ign1 of modExp * modExp |
31 | end | end |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |