package owi

  1. Overview
  2. Docs
include module type of struct include Input_Expr end
val id_opt : Format.formatter -> string option -> unit
val ref_type : Format.formatter -> Types.ref_type -> unit
val param : Format.formatter -> (string option * Types.val_type) -> Unit.t
val param_type : Format.formatter -> (string option * Types.val_type) list -> unit
val result_type : Format.formatter -> Types.val_type list -> unit
val f32 : Format.formatter -> Float32.t -> unit
val f64 : Format.formatter -> Float64.t -> unit
val nn : Format.formatter -> Types.nn -> unit
val print_nothing : Format.formatter -> unit -> unit
val name : Format.formatter -> string -> unit
val indice_opt : Format.formatter -> Symbolic_indice.indice option -> unit
val func_type : Format.formatter -> ((string option * Types.val_type) list * Types.val_type list) -> unit
val block_type : Format.formatter -> Symbolic_indice.bt -> unit
val block_type_opt : Format.formatter -> Symbolic_indice.bt option -> unit
val limits : Format.formatter -> Types.limits -> unit
val mem_type : Format.formatter -> Types.limits -> unit
val table_type : Format.formatter -> (Types.limits * Types.ref_type) -> unit
val mut : Format.formatter -> Types.mut -> unit
val global_type : Format.formatter -> (Types.mut * Types.val_type) -> Unit.t
val local : Format.formatter -> (string option * Types.val_type) -> Unit.t
val locals : Format.formatter -> (string option * Types.val_type) list -> unit
val iunop : Format.formatter -> Types.iunop -> unit
val funop : Format.formatter -> Types.funop -> unit
val sx : Format.formatter -> Types.sx -> unit
val itestop : Format.formatter -> Types.itestop -> unit
val frelop : Format.formatter -> Types.frelop -> unit
val memarg : Format.formatter -> Types.memarg -> unit
include module type of struct include Global end
val symb_indice_opt : Format.formatter -> Symbolic_indice.indice option -> unit
val mem : Format.formatter -> (string option * Types.limits) -> unit
val table : Format.formatter -> (string option * (Types.limits * Types.ref_type)) -> unit
val import_desc : Format.formatter -> Types.import_desc -> Unit.t
val type_ : Format.formatter -> (string option * ((string option * Types.val_type) list * Types.val_type list)) -> unit
val module_field : Format.formatter -> Types.module_field -> Unit.t
val module_ : Format.formatter -> Types.module_ -> unit
val register : Format.formatter -> (string * 'a) -> unit
val const : Format.formatter -> Types.const -> unit
val consts : Format.formatter -> Types.const list -> unit
val result_const : Format.formatter -> Types.result_const -> unit
val result : Format.formatter -> Types.result -> unit
val action : Format.formatter -> Types.action -> unit
val result_bis : Format.formatter -> Types.result -> unit
val results : Format.formatter -> Types.result list -> unit
val strings : Format.formatter -> string list -> unit
val assert_ : Format.formatter -> Types.assert_ -> unit
val cmd : Format.formatter -> Types.cmd -> unit
val file : Format.formatter -> Types.cmd list -> unit
val pos : Format.formatter -> Ppxlib.position -> unit
OCaml

Innovation. Community. Security.