package ppx_distr_guards

  1. Overview
  2. Docs
Extension to distribute guards over or-patterns.

Install

Dune Dependency

Authors

Maintainers

Sources

v0.1.tar.gz
md5=0c4ce5c0fdc7977ebedc0cd837678ec2

Description

function%distr A x, _ | _, A x when p x -> e will result in function A x, _ when p x -> e | _, A x when p x -> e

Published: 08 Jan 2017

Dependencies (3)

  1. ocamlbuild build
  2. ocamlfind build
  3. ocaml >= "4.02.1"

Dev Dependencies (1)

  1. ppx_tools with-test

Used by (1)

  1. goblint < "1.1.1"

Conflicts

None