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 Asttypes.label Location.loc * bool * Parsetree.core_type list
  2. | Rinherit of Parsetree.core_type
val destruct : Parsetree.row_field -> desc