package fmlib

  1. Overview
  2. Docs
Functional monadic library

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.0.tar.gz
sha256=0558665285e4d7691e5a80c90ab05a7acb86c09f03ceef6589f150f6d3574573
md5=fb61f4d6e7233cf8d1d71758e6110c1e

doc/fmlib.fmlib_std/Fmlib_std/index.html

Module Fmlib_stdSource

Sourcemodule Array : sig ... end

A thin wrapper around Stdlib.Array

Sourcemodule Deque : sig ... end

A double ended queue. Insert from both ends, pop only from the front.

Sourcemodule Int : sig ... end

Module to represent the type int

Sourcemodule Interfaces : sig ... end

Standard Module Types

Sourcemodule List : sig ... end

A thin wrapper around Stdlib.List which avoids throwing exceptions and with some additional monadic functions.

Sourcemodule Result : sig ... end

Result: Handling results of operations which can fail

module Std : sig ... end

Standard Data Types.

Sourcemodule String : sig ... end

A small wrapper around Stdlib.String with some extra functions.

OCaml

Innovation. Community. Security.