package ppx_monadic

  1. Overview
  2. No Docs
ppx extension for do notation, pattern guards, and monad comprehension

Install

Dune Dependency

Authors

Maintainers

Sources

ppx_monadic-2.2.2.tar.gz
md5=31c22d8b1fe87f5aacd7a7d91f977bb6

Description

ppx_monadic

ppx_monadic is a PPX syntax extension for monadic bind syntactic sugar.

The sugar is supported inside the following constructs:

  • do_ sequence notation for monadic bind
  • when clause for pattern guards
  • [%comp e || ..] for list (and other monadic) comprehensions

Published: 18 Sep 2017

Dependencies (5)

  1. ppxx >= "2.3.0" & < "2.4.0"
  2. ppx_tools_versioned
  3. omake build & < "0.10"
  4. ocamlfind build
  5. ocaml >= "4.03.0"

Dev Dependencies

None

Used by (7)

  1. dune_watch < "0.1.0"
  2. gapi-ocaml >= "0.3.7" & < "0.3.15"
  3. goblint < "1.1.1"
  4. modelica_ml >= "0.2.0"
  5. ocamltter >= "4.0.0"
  6. opamfind
  7. planck >= "2.2.0"

Conflicts

None