SCM Repository
Diff of /sml/trunk/src/smlnj-lib/Util/ord-set-sig.sml
Parent Directory
|
Revision Log
|
Patch
revision 1247, Mon Jun 17 20:32:12 2002 UTC | revision 1248, Wed Jun 19 16:24:19 2002 UTC | |
---|---|---|
# | Line 66 | Line 66 |
66 | ||
67 | val app : (item -> unit) -> set -> unit | val app : (item -> unit) -> set -> unit |
68 | (* Apply a function to the entries of the set | (* Apply a function to the entries of the set |
69 | * in decreasing order | * in increasing order |
70 | *) | *) |
71 | ||
72 | val foldl : (item * 'b -> 'b) -> 'b -> set -> 'b | val foldl : (item * 'b -> 'b) -> 'b -> set -> 'b |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |