ppx_distr_guardsversion
Extension to distribute guards over or-patterns.
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
Author | Ralf Vogler <ralf.vogler@gmail.com> |
---|---|
License | MIT |
Published | |
Homepage | https://github.com/vogler/ppx_distr_guards |
Issue Tracker | https://github.com/vogler/ppx_distr_guards/issues |
Maintainer | Ralf Vogler <ralf.vogler@gmail.com> |
Dependencies |
|
Source [http] | https://github.com/vogler/ppx_distr_guards/archive/v0.1.tar.gz sha256=077a1a5682ab3bab5b32d5f719271a7eaf285e453440790bed92cd9a0cac7bf5 md5=0c4ce5c0fdc7977ebedc0cd837678ec2 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/ppx_distr_guards/ppx_distr_guards.0.1/opam |
Required by
- goblint<1.1.1