package ppx_monoid

  1. Overview
  2. Docs
A syntax extension for easier building of values of monoids.

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.zip
sha256=67758eef6b5bfba9cf6abadcd4ad192f4ff4c3c09007bff0c939be9daf6dfb89
md5=010f9d8ea76a5272b7fd34800e6cd1c3

Description

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.

Published: 16 Feb 2016

Dependencies (4)

  1. ppx_tools >= "0.99.2"
  2. ocamlbuild build
  3. ocamlfind build
  4. ocaml >= "4.02.1"

Dev Dependencies

None

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.