Pa_deriving_showmodule Ctxt : sig ... endval extract_printer : MLast.attributes_no_anti -> MLast.expr optionmodule PM : sig ... endval fmt_expression :
Ctxt.t ->
?coercion:MLast.ctyp ->
PM.param_t list ->
MLast.ctyp ->
MLast.exprval fmt_top :
Ctxt.t ->
coercion:MLast.ctyp ->
PM.param_t list ->
MLast.ctyp ->
MLast.exprval sig_item_top_funs : 'a -> MLast.type_decl -> (string * MLast.ctyp) listval str_item_top_funs : Ctxt.t -> MLast.type_decl -> (string * MLast.expr) listval str_item_funs :
Ctxt.t ->
MLast.type_decl ->
(MLast.patt
* MLast.expr
* ((MLast.loc * string) Ploc.vala * MLast.payload) Ploc.vala list Ploc.vala)
listval sig_items : 'a -> MLast.type_decl -> MLast.sig_item listval extend_sig_items : 'a -> MLast.sig_item -> MLast.sig_item listval extend_str_items : Ctxt.t -> MLast.str_item -> MLast.str_item listval str_item_gen_show : 'a -> Ctxt.t -> MLast.str_item -> MLast.str_itemval sig_item_gen_show : 'a -> 'b -> MLast.sig_item -> MLast.sig_itemval expr_show : Ctxt.t -> MLast.expr -> MLast.exprval ctyp_show : 'a -> MLast.ctyp -> MLast.ctyp