From 0584b8c8904fe598a20fe007f08eece0bd1ddc92 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Sat, 14 Mar 2026 23:34:35 -0400 Subject: [PATCH] doc --- src/core/CCHash64.mli | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/core/CCHash64.mli b/src/core/CCHash64.mli index 4c1228c9..6c31e192 100644 --- a/src/core/CCHash64.mli +++ b/src/core/CCHash64.mli @@ -1,8 +1,8 @@ (** Hash combinators with 64-bit state threading. - State is threaded explicitly as a private [int64] through combinators, - preserving full 64-bit quality throughout. Finalize with {!finalize} (returns - a positive [int]) or {!finalize64} (returns the raw [int64]). + State is threaded explicitly as a private [int64] through combinators. + Finalize with {!finalize} (returns a positive [int]) or {!finalize64} + (returns the raw [int64]). Typical use: {[ @@ -15,6 +15,8 @@ {b Implementation}: xorshift+multiply combiner with fmix64 (Murmur3) finalizer, via C stubs. Unboxed in native code. + + @since NEXT_RELEASE *) type state = private int64