Module Carton.ValueSource

Sourcetype t
Sourceval kind : t -> Kind.t
Sourceval bigstring : t -> De.bigstring
Sourceval source : t -> De.bigstring
Sourceval with_source : t -> source:De.bigstring -> 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 -> De.bigstring -> 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