package owi

  1. Overview
  2. Docs

Module to pretty print the various types such as text module or simplified module.

module type Arg = sig ... end
val id : Stdlib.Format.formatter -> string -> unit
module Shared : sig ... end
module Simplified_indice : Arg with type indice = int and type bt = Types.func_type
module Const : sig ... end
module Make_Expr (Arg : Arg) : sig ... end
module Input_Expr : sig ... end
module Global : sig ... end
module Input : sig ... end
module Simplified : sig ... end
val pp_id : Stdlib.Format.formatter -> string option -> unit