package odig

  1. Overview
  2. Docs
Lookup documentation of installed OCaml packages

Install

Dune Dependency

Authors

Maintainers

Sources

odig-0.0.4.tbz
sha256=317bff8108f310ba14b435162f27921fb21f4f8a522121b1388b26b1515c496d
md5=cea6608b4d0a62df5c358d771fd1a148

doc/odig_support/Odig_support/Digest/index.html

Module Odig_support.Digest

Digests.

include module type of Stdlib.Digest
type t = string
val compare : t -> t -> int
val equal : t -> t -> bool
val string : string -> t
val bytes : bytes -> t
val substring : string -> int -> int -> t
val subbytes : bytes -> int -> int -> t
val channel : Stdlib.in_channel -> int -> t
val file : string -> t
val output : Stdlib.out_channel -> t -> unit
val input : Stdlib.in_channel -> t
val to_hex : t -> string
val from_hex : string -> t
val pp : Stdlib.Format.formatter -> t -> unit

pp formats digests.

val pp_opt : Stdlib.Format.formatter -> t option -> unit

pp_opt formats optional digests.

module Set : Stdlib.Set.S with type elt = t

Digest sets.

module Map : Stdlib.Map.S with type key = t

Digest maps.

OCaml

Innovation. Community. Security.