package metapp

  1. Overview
  2. Docs
On This Page
  1. Object fields

Object fields

type t = Parsetree.object_field
type desc =
  1. | Otag of Asttypes.label Location.loc * Parsetree.core_type
  2. | Oinherit of Parsetree.core_type
val to_loc : t -> Location.t
val to_attributes : t -> Parsetree.attributes
val destruct : t -> desc
val tag : ?loc:Location.t -> ?attrs:Parsetree.attributes -> Asttypes.label Location.loc -> Parsetree.core_type -> t
val inherit_ : ?loc:Location.t -> ?attrs:Parsetree.attributes -> Parsetree.core_type -> t
OCaml

Innovation. Community. Security.