SCM Repository
Diff of /sml/trunk/src/cm/smlfile/skeleton.sml
Parent Directory
|
Revision Log
|
Patch
revision 278, Mon May 17 14:53:49 1999 UTC | revision 279, Tue May 18 08:10:36 1999 UTC | |
---|---|---|
# | Line 28 | Line 28 |
28 | | BaseStrExp of decl | | BaseStrExp of decl |
29 | | AppStrExp of sympath * strExp list | | AppStrExp of sympath * strExp list |
30 | | LetStrExp of decl * strExp | | LetStrExp of decl * strExp |
| AugStrExp of strExp * SymbolSet.set | ||
31 | | ConStrExp of strExp * strExp | | ConStrExp of strExp * strExp |
32 | ||
33 | and fctExp = | and fctExp = |
34 | VarFctExp of sympath * fctExp option | VarFctExp of sympath * fctExp option |
35 | | BaseFctExp of { params: (symbol option * strExp) list, | | BaseFctExp of { params: decl, body: strExp, constraint: strExp option } |
body: strExp, | ||
constraint: strExp option } | ||
36 | | AppFctExp of sympath * strExp list * fctExp option | | AppFctExp of sympath * strExp list * fctExp option |
37 | | LetFctExp of decl * fctExp | | LetFctExp of decl * fctExp |
38 | end | end |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |