ppx_monad

Monad syntax

Provides a syntax extension for monadic computations in OCaml.

Minimalistic monad syntax for OCaml.

GitHub

7 stars
3 watching
0 forks
Language: OCaml
last commit: over 9 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
roddyyaga/ppx_rapperA syntax extension for writing SQL queries in OCaml with type inference and syntax checking.138
tizoc/ppx_pgsqlA syntax extension for embedded SQL queries using PG'OCaml.52
ocaml-ppx/ppx_derivingA library simplifying type-driven code generation in OCaml469
pyrocat101/opalA set of monadic parser combinators for OCaml to simplify building parsers.146
ocaml-ppx/ocamlformatAutomates formatting of OCaml code to conform to specific coding standards642
thoughtworksinc/eachA macro library that converts native imperative syntax to Scalaz's monadic expressions256
heinrichapfelmus/operationalA library for implementing monads by specifying instructions and their operational semantics82
ircmaxell/monad-phpA PHP library providing a basic set of functional programming constructs through the use of monads.295
ocaml-ppx/ppx_importReduces redundancy in type declarations and signatures by importing types or signatures from other compiled interface files.89
clojure/algo.monadsA Clojure-based library providing macros and definitions for common data monads.446
ocaml-multicore/multicore-talksRepository containing slides and examples to help developers parallelize their OCaml code using the Multicore OCaml library29
mplatvoet/funktionalA Kotlin implementation of monadic types for functional programming.10
mmottl/sqlite3-ocamlA set of bindings and wrappers to interact with a specific SQL database engine116
remyzorg/pendulumA language extension for OCaml to program reactive systems on the Web53
mmcqd/pureAn interpreter for arbitrary pure type systems implemented in OCaml77