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/v0.2/ppx_distr_guards-v0.2.tbz
sha256=a6e7efa882e0492648e0d08f5c8c4fdaa3fc47b546d15ea3aebecc0736c36e1f
sha512=4fbfa77d3947106dbe384eb5f6e61e235b2c4a13e7f49ca59e9479eb9ce4f75239be26a5f0633e17cf41bf7d1e53d3d50808ca53e145e847e61380602d0e9b84
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/ppx_distr_guards/ppx_distr_guards.0.2/opam
Required by