package octez-l2-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val pp_int32 : Format.formatter -> int32 -> unit
val pp_int64 : Format.formatter -> int64 -> unit
val pp_f32 : 'a -> 'b -> 'c
val pp_f64 : 'a -> 'b -> 'c
val pp_list : (Format.formatter -> 'a -> unit) -> Format.formatter -> 'a list -> unit
val pp_value_type_list : Format.formatter -> Tezos_webassembly_interpreter.Types.value_type list -> unit
val pp_opt : (Format.formatter -> 'a -> unit) -> Format.formatter -> 'b option -> unit
val pp_unit : Format.formatter -> unit -> unit
val pp_pair : (Format.formatter -> 'a -> unit) -> (Format.formatter -> 'b -> unit) -> Format.formatter -> ('c * 'd) -> unit
val pp_vector_z : (Format.formatter -> 'a -> unit) -> Format.formatter -> 'b Tezos_lazy_containers.Lazy_vector.ZVector.t -> unit
module Types : sig ... end
module Ast : sig ... end
module Func : sig ... end
module Instance : sig ... end
module Values : sig ... end
val pp_map : (Format.formatter -> 'a -> unit) -> Format.formatter -> 'b Instance.NameMap.t -> unit
val pp_allocations : Format.formatter -> Ast.allocations -> unit
val pp_module : Format.formatter -> Instance.module_inst -> unit
val pp_map_kont : (Format.formatter -> 'a -> unit) -> (Format.formatter -> 'b -> unit) -> Format.formatter -> ('c, 'd) Tezos_webassembly_interpreter.Eval.map_kont -> unit
val pp_concat_kont : (Format.formatter -> 'a -> unit) -> Format.formatter -> 'b Tezos_webassembly_interpreter.Eval.concat_kont -> unit
val pp_module_registry : Format.formatter -> Instance.module_inst Instance.ModuleMap.t -> unit
OCaml

Innovation. Community. Security.