vif/lib/meta/digest.mli
2025-01-04 10:08:36 +01:00

7 lines
190 B
OCaml

include module type of Stdlib.Digest
val pp : Format.formatter -> t -> unit
val of_string : string -> (t, [> `Msg of string ]) result
val length : int
module Map : Map.S with type key = t