You can search for identifiers within the package.
in-package search v0.2.0
Sections are a simple way of classifying events at the time of their emission.
type t
val empty : t
val make_sanitized : string list -> t
Build a Section.t by replacing special characters with '_'.
Section.t
'_'
val to_lwt_log : t -> Lwt_log_core.section
Make the equivalent Lwt_log section.
Lwt_log
val encoding : t Data_encoding.t
val to_string_list : t -> string list
val pp : Stdlib.Format.formatter -> t -> unit
include Tezos_stdlib.Compare.S with type t := t
val (=) : t -> t -> bool
val (<>) : t -> t -> bool
val (<) : t -> t -> bool
val (<=) : t -> t -> bool
val (>=) : t -> t -> bool
val (>) : t -> t -> bool
val compare : t -> t -> int
val equal : t -> t -> bool
val max : t -> t -> t
val min : t -> t -> t