package fmlib

  1. Overview
  2. Docs
Functional monadic library

Install

Dune Dependency

Authors

Maintainers

Sources

0.2.0.tar.gz
sha256=d47f6539af49a4c3e947dbfbe416c1e78d534897cd6d9d8e3660aae0cf8d9494
md5=d649b8a62403362bd3a24cbf1a9af590

doc/fmlib.fmlib_std/Fmlib_std/Interfaces/index.html

Module Fmlib_std.Interfaces

Standard Module Types

module type ANY = sig ... end

Interface for a module which has a type t.

module type MONAD = sig ... end

Interface for a module with a monadic container.

module type SORTABLE = sig ... end

Interface for a sortable type. A type is sortable, if it has a comparison function.

module type SOURCE = sig ... end

Interface for a source of items i.e. a stream.

module type SINK = sig ... end

Interface for a sink of items.

OCaml

Innovation. Community. Security.