Module Core.Properties

type property_name = string
type arg = string
type gen = string
type property = property_name * arg list * gen list
type properties = property list
and t = properties
val pp : Stdlib.Format.formatter -> t -> unit
val call_property : Ppxlib.location -> string -> (string * string list * string Common.Helpers.Pairs.nested_pairs) -> Ppxlib.expression

Create an expression from the property