ppx_monoidversion

A syntax extension for easier building of values of monoids.

Assumes the existence of two operations in scope for some type t:

empty : t
(^^)  : t -> t -> t

ppx-monoid, triggered by the PPX extension monoid, reinterprets the semicolon ; to mean the monoid operation ^^ and the unit expression () to mean empty.

AuthorRobert Atkey <bob.atkey@gmail.com>
LicenseMIT
Published
Homepagehttps://github.com/bobatkey/ppx-monoid
Issue Trackerhttps://github.com/bobatkey/ppx-monoid
MaintainerRobert Atkey <bob.atkey@gmail.com>
Dependencies
Source [http] https://github.com/bobatkey/ppx-monoid/archive/0.1.zip
md5=010f9d8ea76a5272b7fd34800e6cd1c3
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/ppx_monoid/ppx_monoid.0.1/opam
No package is dependent