Skip to content

Experimental additions to the OCaml Prelude library

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

bufordrat/mattlude

Repository files navigation

mattlude

Description

This is set of general-purpose library functions intended to build on Keith Waclena’s Prelude, which is a third-party standard library for OCaml. If any of them end up being actually useful, who knows? Maybe one or two will even get incorporated into Prelude some day.

The main thing I’m doing currently is setting up module types and module functors in such a way that boilerplate definitions of monad, functor, and applicative operations can be automatically generated from minimal definitions of pure and bind.

This code is highly in progress, so for the moment there are no comments or docstrings. However, as the code matures I intend to flesh out this README, add an .mli interface file, add odig documentation, and also write some property-based tests.

Requirements

This code requires Prelude to be exposed to your compiler/toplevel.

About

Experimental additions to the OCaml Prelude library

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published