Module Pa_deriving_yojson.Of

module PM : sig ... end
type attrmod_t =
  1. | Nobuiltin
val of_yojson_fname : 'a -> string -> string
val of_expression : Ctxt.t -> msg:string -> PM.param_t list -> MLast.ctyp -> MLast.expr
val fmt_of_top : Ctxt.t -> msg:string -> PM.param_t list -> MLast.ctyp -> MLast.expr
val sig_item_fun0 : Ctxt.t -> MLast.type_decl -> (string * MLast.ctyp) * (string * MLast.ctyp) option
val gen_sig_items : Ctxt.t -> MLast.type_decl -> MLast.sig_item list
val sig_items : Ctxt.t -> MLast.type_decl -> MLast.sig_item list
val str_item_funs : Ctxt.t -> MLast.type_decl -> (MLast.patt * MLast.expr * 'a list Ploc.vala) list
val extend_sig_items : Ctxt.t -> MLast.sig_item -> MLast.sig_item list
val extend_str_items : Ctxt.t -> MLast.str_item -> MLast.str_item list