package pattern

  1. Overview
  2. No Docs
Run-time patterns that explain match failures

Install

Authors

Maintainers

Sources

pattern-0.1.1.tar.gz
sha512=5fa5bfba1a4f2587a391ec622ab4281d4a2acceaac2fdc45a85990cbc98e5c2865b6634363374ae7b554435f500f5a80065c1abc2b33698175a72a38a66f8724

Description

pattern is a PPX extension that generates functions from patterns that explain match failures by returning the common context and the list of differences between a pattern and a value.

Published: 27 Sep 2019

Dependencies (4)

  1. stdcompat >= "10"
  2. ppx_deriving >= "4.4"
  3. ppxlib >= "0.9.0" & < "0.14.0"
  4. dune >= "1.10.0"

Dev Dependencies

None

Used by (1)

  1. clangml = "4.0.1"

Conflicts

None