package GT

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

Signature

module Intf : sig ... end
val add_dummy_attr : ?loc:AstHelpers.loc -> ?extra:string -> string -> AstHelpers.Exp.t -> AstHelpers.Exp.t
val prepare_patt_match_poly : loc:AstHelpers.loc -> AstHelpers.Exp.t -> Ppxlib.row_field_desc list -> string list option -> onrow: (Ppxlib.label Ppxlib.loc -> (string * Ppxlib.core_type) list -> AstHelpers.Exp.t) -> onlabel:(string -> string -> AstHelpers.Exp.t) -> oninherit: (Ppxlib.core_type list -> Ppxlib.longident -> string -> AstHelpers.Exp.t) -> AstHelpers.Exp.t
class virtual generator : (Ppxlib.longident * Ppxlib.expression) list -> (bool * Ppxlib.type_declaration list) -> object ... end

Base class for all plugins. Implements Plugin_intf.typ_g interface

class virtual no_inherit_arg0 : (Ppxlib.longident * Ppxlib.expression) list -> (bool * Ppxlib.type_declaration list) -> object ... end

Base plugin class where transformation functions doesn't use inherited attribute. See Show and Gmap plugin for examples.

class virtual with_inherited_attr : (Ppxlib.longident * Ppxlib.expression) list -> (bool * Ppxlib.type_declaration list) -> object ... end

Base plugin class where transformation functions receive inherited attribute for type parameter

class virtual no_inherit_arg : (Ppxlib.longident * Ppxlib.expression) list -> (bool * Ppxlib.type_declaration list) -> object ... end

Base plugin class where transformation functions doesn't use inherited attribute. See Show and Gmap plugin for examples.