Class Camlp4.Printers.OCaml.Make.printer


class printer : ?curry_constr:bool -> ?comments:bool -> unit -> object .. end

val pipe : bool
val semi : bool
method under_pipe : < andsep : sep;
anti : Format.formatter -> string -> unit;
apply_expr : Format.formatter -> Ast.expr -> unit;
binding : Format.formatter -> Ast.binding -> unit;
class_declaration : Format.formatter -> Ast.class_expr -> unit;
class_expr : Format.formatter -> Ast.class_expr -> unit;
class_params : Format.formatter -> Ast.ctyp -> unit;
class_sig_item : Format.formatter -> Ast.class_sig_item -> unit;
class_str_item : Format.formatter -> Ast.class_str_item -> unit;
class_type : Format.formatter -> Ast.class_type -> unit;
constrain : Format.formatter -> Ast.ctyp * Ast.ctyp -> unit;
constructor_type : Format.formatter -> Ast.ctyp -> unit;
ctyp : Format.formatter -> Ast.ctyp -> unit;
ctyp1 : Format.formatter -> Ast.ctyp -> unit;
direction_flag : Format.formatter -> Ast.direction_flag -> unit;
dot_expr : Format.formatter -> Ast.expr -> unit;
expr : Format.formatter -> Ast.expr -> unit;
expr_list : Format.formatter -> Ast.expr list -> unit;
expr_list_cons : bool -> Format.formatter -> Ast.expr -> unit;
fun_binding : Format.formatter ->
[ `newtype of string | `patt of Ast.patt ] -> unit;
functor_arg : Format.formatter -> string * Ast.module_type -> unit;
functor_args : Format.formatter -> (string * Ast.module_type) list -> unit;
ident : Format.formatter -> Ast.ident -> unit;
implem : Format.formatter -> Ast.str_item -> unit;
interf : Format.formatter -> Ast.sig_item -> unit;
match_case : Format.formatter -> Ast.match_case -> unit;
match_case_aux : Format.formatter -> Ast.match_case -> unit;
mk_expr_list : Ast.expr -> Ast.expr list * Ast.expr option;
mk_patt_list : Ast.patt -> Ast.patt list * Ast.patt option;
module_expr : Format.formatter -> Ast.module_expr -> unit;
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;
module_rec_binding : Format.formatter -> Ast.module_binding -> unit;
module_type : Format.formatter -> Ast.module_type -> unit;
mutable_flag : Format.formatter -> Ast.mutable_flag -> unit;
node : 'b. Format.formatter -> 'b -> ('b -> Loc.t) -> unit;
numeric : Format.formatter -> string -> string -> unit;
override_flag : Format.formatter -> Ast.override_flag -> unit;
patt : Format.formatter -> Ast.patt -> unit;
patt1 : Format.formatter -> Ast.patt -> unit;
patt2 : Format.formatter -> Ast.patt -> unit;
patt3 : Format.formatter -> Ast.patt -> unit;
patt4 : Format.formatter -> Ast.patt -> unit;
patt5 : Format.formatter -> Ast.patt -> unit;
patt_class_expr_fun_args : Format.formatter ->
Ast.patt * Ast.class_expr -> unit;
patt_expr_fun_args : Format.formatter ->
[ `newtype of string | `patt of Ast.patt ] * Ast.expr ->
unit;
patt_tycon : Format.formatter -> Ast.patt -> unit;
print_comments_before : Loc.t -> Format.formatter -> unit;
private_flag : Format.formatter -> Ast.private_flag -> unit;
quoted_string : Format.formatter -> string -> unit;
raise_match_failure : Format.formatter -> Ast.loc -> unit;
rec_flag : Format.formatter -> Ast.rec_flag -> unit;
record_binding : Format.formatter -> Ast.rec_binding -> unit; reset : 'a;
reset_semi : 'a; semisep : sep;
seq : Format.formatter -> Ast.expr -> unit; set_comments : bool -> 'a;
set_curry_constr : bool -> 'a; set_loc_and_comments : 'a;
set_semisep : sep -> 'a;
sig_item : Format.formatter -> Ast.sig_item -> unit;
simple_ctyp : Format.formatter -> Ast.ctyp -> unit;
simple_expr : Format.formatter -> Ast.expr -> unit;
simple_module_expr : Format.formatter -> Ast.module_expr -> unit;
simple_patt : Format.formatter -> Ast.patt -> unit;
str_item : Format.formatter -> Ast.str_item -> unit;
string : Format.formatter -> string -> unit;
sum_type : Format.formatter -> Ast.ctyp -> unit;
type_params : Format.formatter -> Ast.ctyp list -> unit; under_pipe : 'a;
under_semi : 'a; value_let : string; value_val : string;
var : Format.formatter -> string -> unit;
virtual_flag : Format.formatter -> Ast.virtual_flag -> unit;
with_constraint : Format.formatter -> Ast.with_constr -> unit; .. >
as 'a
method under_semi : 'a
method reset_semi : 'a
method reset : 'a
val semisep : sep
val mode : [> `comments | `loc_and_comments | `no_comments ]
val curry_constr : bool
val var_conversion : bool
method andsep : sep
method value_val : string
method value_let : string
method semisep : sep
method set_semisep : sep -> 'a
method set_comments : bool -> 'a
method set_loc_and_comments : 'a
method set_curry_constr : bool -> 'a
method print_comments_before : Loc.t -> Format.formatter -> unit
method var : Format.formatter -> string -> unit
method type_params : Format.formatter -> Ast.ctyp list -> unit
method class_params : Format.formatter -> Ast.ctyp -> unit
method override_flag : Format.formatter -> Ast.override_flag -> unit
method mutable_flag : Format.formatter -> Ast.mutable_flag -> unit
method rec_flag : Format.formatter -> Ast.rec_flag -> unit
method virtual_flag : Format.formatter -> Ast.virtual_flag -> unit
method private_flag : Format.formatter -> Ast.private_flag -> unit
method anti : Format.formatter -> string -> unit
method seq : Format.formatter -> Ast.expr -> unit
method match_case : Format.formatter -> Ast.match_case -> unit
method match_case_aux : Format.formatter -> Ast.match_case -> unit
method fun_binding : Format.formatter -> [ `newtype of string | `patt of Ast.patt ] -> unit
method binding : Format.formatter -> Ast.binding -> unit
method record_binding : Format.formatter -> Ast.rec_binding -> unit
method mk_patt_list : Ast.patt -> Ast.patt list * Ast.patt option
method mk_expr_list : Ast.expr -> Ast.expr list * Ast.expr option
method expr_list : Format.formatter -> Ast.expr list -> unit
method expr_list_cons : bool -> Format.formatter -> Ast.expr -> unit
method patt_expr_fun_args : Format.formatter ->
[ `newtype of string | `patt of Ast.patt ] * Ast.expr -> unit
method patt_class_expr_fun_args : Format.formatter -> Ast.patt * Ast.class_expr -> unit
method constrain : Format.formatter -> Ast.ctyp * Ast.ctyp -> unit
method sum_type : Format.formatter -> Ast.ctyp -> unit
method string : Format.formatter -> string -> unit
method quoted_string : Format.formatter -> string -> unit
method numeric : Format.formatter -> string -> string -> 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 functor_args : Format.formatter -> (string * Ast.module_type) list -> unit
method functor_arg : Format.formatter -> string * Ast.module_type -> unit
method module_rec_binding : Format.formatter -> Ast.module_binding -> unit
method class_declaration : Format.formatter -> Ast.class_expr -> unit
method raise_match_failure : Format.formatter -> Ast.loc -> unit
method node : 'b. Format.formatter -> 'b -> ('b -> Loc.t) -> unit
method ident : Format.formatter -> Ast.ident -> unit
method private var_ident : Format.formatter -> Ast.ident -> unit
method expr : Format.formatter -> Ast.expr -> unit
method apply_expr : Format.formatter -> Ast.expr -> unit
method dot_expr : Format.formatter -> Ast.expr -> unit
method simple_expr : Format.formatter -> Ast.expr -> unit
method direction_flag : Format.formatter -> Ast.direction_flag -> unit
method patt : Format.formatter -> Ast.patt -> unit
method patt1 : Format.formatter -> Ast.patt -> unit
method patt2 : Format.formatter -> Ast.patt -> unit
method patt3 : Format.formatter -> Ast.patt -> unit
method patt4 : Format.formatter -> Ast.patt -> unit
method patt5 : Format.formatter -> Ast.patt -> unit
method simple_patt : Format.formatter -> Ast.patt -> unit
method patt_tycon : Format.formatter -> Ast.patt -> unit
method simple_ctyp : Format.formatter -> Ast.ctyp -> unit
method ctyp : Format.formatter -> Ast.ctyp -> unit
method ctyp1 : Format.formatter -> Ast.ctyp -> unit
method constructor_type : Format.formatter -> Ast.ctyp -> unit
method sig_item : Format.formatter -> Ast.sig_item -> unit
method str_item : Format.formatter -> Ast.str_item -> unit
method module_type : Format.formatter -> Ast.module_type -> unit
method with_constraint : Format.formatter -> Ast.with_constr -> unit
method module_expr : Format.formatter -> Ast.module_expr -> unit
method simple_module_expr : Format.formatter -> Ast.module_expr -> unit
method class_expr : Format.formatter -> Ast.class_expr -> unit
method class_type : Format.formatter -> Ast.class_type -> unit
method class_sig_item : Format.formatter -> Ast.class_sig_item -> unit
method class_str_item : Format.formatter -> Ast.class_str_item -> unit
method implem : Format.formatter -> Ast.str_item -> unit
method interf : Format.formatter -> Ast.sig_item -> unit