package owi

  1. Overview
  2. Docs

Module Pp.InputSource

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

Innovation. Community. Security.