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.2.zip
md5=7ea2104cd9ab0be870340a54e367e5e7
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/ppx_monoid/ppx_monoid.0.2/opam
No package is dependent