SCM Repository
Diff of /sml/trunk/src/cm/paths/abspathset.sml
Parent Directory
|
Revision Log
|
Patch
revision 304, Mon May 31 09:10:08 1999 UTC | revision 305, Mon May 31 15:00:06 1999 UTC | |
---|---|---|
# | Line 6 | Line 6 |
6 | * | * |
7 | * Author: Matthias Blume (blume@kurims.kyoto-u.ac.jp) | * Author: Matthias Blume (blume@kurims.kyoto-u.ac.jp) |
8 | *) | *) |
9 | structure AbsPathSet = BinarySetFn | structure AbsPathSet = BinarySetFn (AbsPath) |
(struct | ||
type ord_key = AbsPath.t | ||
val compare = AbsPath.compare | ||
end) |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |