SCM Repository
Diff of /sml/trunk/src/cm/smlfile/skel-cvt.sml
Parent Directory
|
Revision Log
|
Patch
revision 277, Mon May 17 09:13:26 1999 UTC | revision 278, Mon May 17 14:53:49 1999 UTC | |
---|---|---|
# | Line 19 | Line 19 |
19 | ||
20 | open GenericVC.Ast Skeleton | open GenericVC.Ast Skeleton |
21 | ||
22 | structure S = GenericVC.Symbol | structure S = Symbol |
23 | structure SP = GenericVC.SymPath | structure SP = GenericVC.SymPath |
24 | structure SS = SymbolSet | structure SS = SymbolSet |
25 | structure EM = GenericVC.ErrorMsg | structure EM = GenericVC.ErrorMsg |
26 | ||
27 | val symbolModPath = SP.SPATH | val symbolModPath = SP.SPATH |
28 | ||
29 | type symbol = GenericVC.Symbol.symbol | type symbol = Symbol.symbol |
30 | type path = symbol list | type path = symbol list |
31 | ||
32 | fun allButLast lst = | fun allButLast lst = |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |