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

AuthorRalf Vogler <ralf.vogler@gmail.com>
LicenseMIT
Published
Homepagehttps://github.com/vogler/ppx_distr_guards
Issue Trackerhttps://github.com/vogler/ppx_distr_guards/issues
MaintainerRalf Vogler <ralf.vogler@gmail.com>
Dependencies
Source [http] https://github.com/vogler/ppx_distr_guards/archive/v0.1.tar.gz
md5=0c4ce5c0fdc7977ebedc0cd837678ec2
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/ppx_distr_guards/ppx_distr_guards.0.1/opam
Required by