[MLton-commit] r5991
Vesa Karvonen
vesak at mlton.org
Sat Sep 1 16:57:22 PDT 2007
Formatting.
----------------------------------------------------------------------
U mltonlib/trunk/com/ssh/generic/unstable/public/value/hash.sig
----------------------------------------------------------------------
Modified: mltonlib/trunk/com/ssh/generic/unstable/public/value/hash.sig
===================================================================
--- mltonlib/trunk/com/ssh/generic/unstable/public/value/hash.sig 2007-09-01 23:24:55 UTC (rev 5990)
+++ mltonlib/trunk/com/ssh/generic/unstable/public/value/hash.sig 2007-09-01 23:57:21 UTC (rev 5991)
@@ -27,12 +27,11 @@
val hashParam :
('a, 'x) Hash.t -> {totWidth : Int.t, maxDepth : Int.t} -> 'a -> Word.t
(**
- * Returns a hash function. The {totWidth} and {maxDepth}
- * parameters give some control over hashing. The {totWidth}
- * parameter controls how many elements of sequences, like lists
- * and vectors, will be examined. The {maxDepth} parameter
- * controls how many times the hash function descends into a
- * (possibly recursive) datatype.
+ * Returns a hash function. The {totWidth} and {maxDepth} parameters
+ * give some control over hashing. The {totWidth} parameter controls
+ * how many elements of sequences, like lists and vectors, will be
+ * examined. The {maxDepth} parameter controls how many times the hash
+ * function descends into a (possibly recursive) datatype.
*)
val hash : ('a, 'x) Hash.t -> 'a -> Word.t
More information about the MLton-commit
mailing list