package camlp4

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
exception Ellipsis
val cautious : (Format.formatter -> 'a -> unit) -> Format.formatter -> 'a -> unit
val print_ident : Format.formatter -> Outcometree.out_ident -> unit
val value_ident : Format.formatter -> string -> unit
val print_out_value : Format.formatter -> Outcometree.out_value -> unit
val print_list : ('a -> 'b -> unit) -> ('a -> 'c) -> 'a -> 'b list -> unit
val pr_vars : Format.formatter -> string list -> unit
val pr_present : Format.formatter -> string list -> unit
val print_out_type : Format.formatter -> Outcometree.out_type -> unit
val print_out_type_1 : Format.formatter -> Outcometree.out_type -> unit
val print_out_type_2 : Format.formatter -> Outcometree.out_type -> unit
val print_simple_out_type : Format.formatter -> Outcometree.out_type -> unit
val print_out_constr : Format.formatter -> Outcometree.out_constructor -> unit
val print_out_label : Format.formatter -> (string * bool * Outcometree.out_type) -> unit
val print_out_extension_constructor : Format.formatter -> Outcometree.out_extension_constructor -> unit
val print_fields : bool option -> Format.formatter -> (string * Outcometree.out_type) list -> unit
val print_row_field : Format.formatter -> (string * bool * Outcometree.out_type list) -> unit
val print_typlist : (Format.formatter -> Outcometree.out_type -> unit) -> string -> Format.formatter -> Outcometree.out_type list -> unit
val print_typargs : Format.formatter -> Outcometree.out_type list -> unit
val print_ty_label : Format.formatter -> string -> unit
val type_parameter : Format.formatter -> (string * (Asttypes.variance * Asttypes.injectivity)) -> unit
val print_out_class_params : Format.formatter -> (string * (Asttypes.variance * Asttypes.injectivity)) list -> unit
val print_out_class_type : Format.formatter -> Outcometree.out_class_type -> unit
val print_out_class_sig_item : Format.formatter -> Outcometree.out_class_sig_item -> unit
val print_out_module_type : Format.formatter -> Outcometree.out_module_type -> unit
val needs_semi : Outcometree.out_sig_item -> bool
val print_out_signature : Format.formatter -> Outcometree.out_sig_item list -> unit
val print_out_sig_item : Format.formatter -> Outcometree.out_sig_item -> unit
val print_out_type_decl : string -> Format.formatter -> Outcometree.out_type_decl -> unit
val print_out_exception : Format.formatter -> exn -> Outcometree.out_value -> unit
val print_items : Format.formatter -> (Outcometree.out_sig_item * Outcometree.out_value option) list -> unit
val print_out_phrase : Format.formatter -> Outcometree.out_phrase -> unit