package camlp4

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val semisep : sep
val semi : bool
val pipe : bool
val no_semisep : sep
method andsep : sep
method anti : Stdlib.Format.formatter -> string -> unit
method apply_expr : Stdlib.Format.formatter -> Ast.expr -> unit
method binding : Stdlib.Format.formatter -> Ast.binding -> unit
method class_declaration : Stdlib.Format.formatter -> Ast.class_expr -> unit
method class_expr : Stdlib.Format.formatter -> Ast.class_expr -> unit
method class_params : Stdlib.Format.formatter -> Ast.ctyp -> unit
method class_sig_item : Stdlib.Format.formatter -> Ast.class_sig_item -> unit
method class_str_item : Stdlib.Format.formatter -> Ast.class_str_item -> unit
method class_type : Stdlib.Format.formatter -> Ast.class_type -> unit
method constrain : Stdlib.Format.formatter -> (Ast.ctyp * Ast.ctyp) -> unit
method constructor_type : Stdlib.Format.formatter -> Ast.ctyp -> unit
method ctyp : Stdlib.Format.formatter -> Ast.ctyp -> unit
method ctyp1 : Stdlib.Format.formatter -> Ast.ctyp -> unit
method direction_flag : Stdlib.Format.formatter -> Ast.direction_flag -> unit
method dot_expr : Stdlib.Format.formatter -> Ast.expr -> unit
method expr : Stdlib.Format.formatter -> Ast.expr -> unit
method expr_list : Stdlib.Format.formatter -> Ast.expr list -> unit
method expr_list_cons : bool -> Stdlib.Format.formatter -> Ast.expr -> unit
method fun_binding : Stdlib.Format.formatter -> fun_binding -> unit
method functor_arg : Stdlib.Format.formatter -> (string * Ast.module_type) -> unit
method functor_arg_var : Stdlib.Format.formatter -> string -> unit
method functor_args : Stdlib.Format.formatter -> (string * Ast.module_type) list -> unit
method ident : Stdlib.Format.formatter -> Ast.ident -> unit
method implem : Stdlib.Format.formatter -> Ast.str_item -> unit
method interf : Stdlib.Format.formatter -> Ast.sig_item -> unit
method match_case : Stdlib.Format.formatter -> Ast.match_case -> unit
method match_case_aux : Stdlib.Format.formatter -> Ast.match_case -> unit
method mk_expr_list : Ast.expr -> Ast.expr list * Ast.expr option
method mk_patt_list : Ast.patt -> Ast.patt list * Ast.patt option
method module_expr : Stdlib.Format.formatter -> Ast.module_expr -> unit
method module_expr_get_functor_args : (string * Ast.module_type) list -> Ast.module_expr -> (string * Ast.module_type) list * Ast.module_expr * Ast.module_type option
method module_rec_binding : Stdlib.Format.formatter -> Ast.module_binding -> unit
method module_type : Stdlib.Format.formatter -> Ast.module_type -> unit
method mutable_flag : Stdlib.Format.formatter -> Ast.mutable_flag -> unit
method node : 'b. Stdlib.Format.formatter -> 'b -> ('b -> Loc.t) -> unit
method nonrec_flag : Stdlib.Format.formatter -> Ast.rec_flag -> unit
method numeric : Stdlib.Format.formatter -> string -> string -> unit
method override_flag : Stdlib.Format.formatter -> Ast.override_flag -> unit
method patt : Stdlib.Format.formatter -> Ast.patt -> unit
method patt1 : Stdlib.Format.formatter -> Ast.patt -> unit
method patt2 : Stdlib.Format.formatter -> Ast.patt -> unit
method patt3 : Stdlib.Format.formatter -> Ast.patt -> unit
method patt4 : Stdlib.Format.formatter -> Ast.patt -> unit
method patt5 : Stdlib.Format.formatter -> Ast.patt -> unit
method patt_class_expr_fun_args : Stdlib.Format.formatter -> (Ast.patt * Ast.class_expr) -> unit
method patt_expr_fun_args : Stdlib.Format.formatter -> (fun_binding * Ast.expr) -> unit
method patt_tycon : Stdlib.Format.formatter -> Ast.patt -> unit
method print_comments_before : Loc.t -> Stdlib.Format.formatter -> unit
method private_flag : Stdlib.Format.formatter -> Ast.private_flag -> unit
method quoted_string : Stdlib.Format.formatter -> string -> unit
method raise_match_failure : Stdlib.Format.formatter -> Loc.t -> unit
method rec_flag : Stdlib.Format.formatter -> Ast.rec_flag -> unit
method record_binding : Stdlib.Format.formatter -> Ast.rec_binding -> unit
method reset : printer as 'a
method reset_semi : 'a
method semisep : sep
method seq : Stdlib.Format.formatter -> Ast.expr -> unit
method set_comments : bool -> 'a
method set_curry_constr : bool -> 'a
method set_loc_and_comments : 'a
method set_semisep : sep -> 'a
method sig_item : Stdlib.Format.formatter -> Ast.sig_item -> unit
method simple_ctyp : Stdlib.Format.formatter -> Ast.ctyp -> unit
method simple_expr : Stdlib.Format.formatter -> Ast.expr -> unit
method simple_module_expr : Stdlib.Format.formatter -> Ast.module_expr -> unit
method simple_patt : Stdlib.Format.formatter -> Ast.patt -> unit
method str_item : Stdlib.Format.formatter -> Ast.str_item -> unit
method string : Stdlib.Format.formatter -> string -> unit
method sum_type : Stdlib.Format.formatter -> Ast.ctyp -> unit
method type_params : Stdlib.Format.formatter -> Ast.ctyp list -> unit
method under_pipe : 'a
method under_semi : 'a
method value_let : string
method value_val : string
method var : Stdlib.Format.formatter -> string -> unit
method virtual_flag : Stdlib.Format.formatter -> Ast.virtual_flag -> unit
method with_constraint : Stdlib.Format.formatter -> Ast.with_constr -> unit
OCaml

Innovation. Community. Security.