Module Expression.MetaProperty

type 'M t = {
  1. meta : ('M, 'M) Identifier.t;
  2. property : ('M, 'M) Identifier.t;
  3. comments : ('M, unit) Syntax.t option;
}
val pp : (Format.formatter -> 'M -> unit) -> Format.formatter -> 'M t -> unit
val show : (Format.formatter -> 'M -> unit) -> 'M t -> string