package owi

  1. Overview
  2. Docs
val id_opt : Stdlib.Format.formatter -> string option -> unit
val num_type : Stdlib.Format.formatter -> Types.num_type -> Stdlib.Unit.t
val ref_type : Stdlib.Format.formatter -> Types.ref_type -> unit
val val_type : Stdlib.Format.formatter -> Types.val_type -> Stdlib.Unit.t
val param : Stdlib.Format.formatter -> (string option * Types.val_type) -> Stdlib.Unit.t
val param_type : Stdlib.Format.formatter -> (string option * Types.val_type) list -> unit
val result_ : Stdlib.Format.formatter -> Types.val_type -> Stdlib.Unit.t
val result_type : Stdlib.Format.formatter -> Types.val_type list -> unit
val f32 : Stdlib.Format.formatter -> Float32.t -> unit
val f64 : Stdlib.Format.formatter -> Float64.t -> unit
val nn : Stdlib.Format.formatter -> Types.nn -> unit