= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package metapp
-
metapp.api
-
-
metapp.dyncompile
-
metapp.preutils
-
metapp.test_framework
-
metapp.version_info
Legend:
Library
Module
Module type
Parameter
Class
Class type
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 =
| Rtag of Ppxlib.Asttypes.label Location.loc * bool * Ppxlib.core_type list
| 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