package metapp

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

The module `Rf` has been introduced in Ast_helper with OCaml 4.08.0 (as row_field type switched to a record representation). Moreover, even the current Ast_helper.Rf.inherit_ (OCaml 4.10.0) misses the ?attrs flag.

type desc =
  1. | Rtag of Ppxlib.Asttypes.label Location.loc * bool * Ppxlib.core_type list
  2. | Rinherit of Ppxlib.core_type
val to_loc : Ppxlib.row_field -> Location.t
val to_attributes : Ppxlib.row_field -> Ppxlib.attributes
val destruct : Ppxlib.row_field -> desc
val tag : ?loc:Location.t -> ?attrs:Ppxlib.attributes -> Ppxlib.Asttypes.label Location.loc -> bool -> Ppxlib.core_type list -> Ppxlib.row_field
val inherit_ : ?loc:Location.t -> ?attrs:Ppxlib.attributes -> Ppxlib.core_type -> Ppxlib.row_field
OCaml

Innovation. Community. Security.