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/Ast_helpers/Pattern/index.html

Module Ast_helpers.Pattern

val pattern : ?loc:Ppxlib.location -> ?loc_stack:Ppxlib.location_stack -> ?attributes:Ppxlib.attributes -> Ppxlib.pattern_desc -> Ppxlib.pattern
val ppat_var : ?loc:Ppxlib.location -> ?loc_stack:Ppxlib.location_stack -> ?attributes:Ppxlib.attributes -> string -> Ppxlib.pattern

Build a Ppat_var

val ppat_any : ?loc:Ppxlib.location -> unit -> Ppxlib.pattern

Build a Ppat_any

val extract_pat_name_opt : Ppxlib.pattern -> string option

Extract pattern name, returns None if the name can not be found

val extract_pat_name_exn : loc:Ppxlib.location -> Ppxlib.pattern -> string

Extract pattern name, raises an exception if the name can not be found

OCaml

Innovation. Community. Security.