package camlp4

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

Innovation. Community. Security.