package ppx_deriving_qcheck

  1. Overview
  2. Docs
PPX Deriver for qcheck

Install

Dune Dependency

Authors

Maintainers

Sources

v0.1.0.tar.gz
md5=2e144a8c3c7074545478bd0dff430f05
sha512=2883cd669c7c65924aea241dd99e57c2d32bcde1101ef504e3053f3f0b4fc72348ba3aba79b397cbbfa51f164b5f569cb1a01a02a2e3f150097ecd5dcbefe933

doc/ppx_deriving_qcheck.common/Common/Helpers/Info/index.html

Module Helpers.Info

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.