SCM Repository
[diderot] Diff of /trunk/src/common/stamp.sml
Diff of /trunk/src/common/stamp.sml
Parent Directory
|
Revision Log
|
Patch
41 |
fun compare (STAMP{id, ...}, STAMP{id=id', ...}) = W.compare(id, id') |
fun compare (STAMP{id, ...}, STAMP{id=id', ...}) = W.compare(id, id') |
42 |
fun hash (STAMP{id, ...}) = id |
fun hash (STAMP{id, ...}) = id |
43 |
|
|
44 |
fun toString (STAMP{id, ...}) = |
fun toString (STAMP{id, ...}) = StringCvt.padLeft #"0" 4 (W.toString id) |
|
concat["<", StringCvt.padLeft #"0" 4 (W.toString id), ">"] |
|
45 |
|
|
46 |
structure Key = |
structure Key = |
47 |
struct |
struct |
|
Legend:
Removed from v.62 |
|
changed lines |
|
Added in v.63 |
|
|