package ppx_deriving_qcheck

  1. Overview
  2. Docs
type t

Information attached to a structure_item inside a record

val create_info : ?name:string -> ?attr:Ppxlib.attribute -> ?loc:Ppxlib.location -> unit -> t

Info builder

val update_name : string -> t -> t

Update name in info

val get_loc : t -> Ppxlib.location
val get_name : t -> string
val get_attribute : t -> Ppxlib.attribute option
OCaml

Innovation. Community. Security.