package fmlib

  1. Overview
  2. Docs

Module Fmlib_std.InterfacesSource

Standard Module Types

Sourcemodule type ANY = sig ... end

Interface for a module which has a type t.

Sourcemodule type MONAD = sig ... end

Interface for a module with a monadic container.

Sourcemodule type SORTABLE = sig ... end

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

Sourcemodule type SOURCE = sig ... end

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

Sourcemodule type SINK = sig ... end

Interface for a sink of items.

OCaml

Innovation. Community. Security.