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/releases/download/0.3/ppx_distr_guards-0.3.tbz
sha256=a05dc97065a18ef83eb5b8fcfeea9dfa07dcefbf7daf2e41f7fc09cfddea7f55
sha512=f4aba0549c93a67d935a3b1554c189db20efcf26c0d8474c9f015a252e17d7b641996e3d72ef466f537b83ef0ea6c35baa7d1d67788b51686d9c77da387973e8
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/ppx_distr_guards/ppx_distr_guards.0.3/opam
Required by