package carton

  1. Overview
  2. Docs

Module Carton.ValueSource

Sourcetype t
Sourceval kind : t -> Kind.t
Sourceval bigstring : t -> Bstr.t
Sourceval source : t -> Bstr.t
Sourceval with_source : t -> source:Bstr.t -> t
Sourceval string : t -> string
Sourceval length : t -> int
Sourceval depth : t -> int
Sourceval blob : t -> Blob.t
Sourceval flip : t -> t
Sourceval make : kind:Kind.t -> ?depth:int -> Bstr.t -> t
Sourceval of_string : kind:Kind.t -> ?depth:int -> string -> t
Sourceval of_blob : kind:Kind.t -> length:int -> ?depth:int -> Blob.t -> t
Sourceval pp : Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.