package fmlib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Standard Data Types.

Common Interfaces

module Interfaces : sig ... end

Standard Module Types

Data Types

module Array : sig ... end

A thin wrapper around Stdlib.Array

module Deque : sig ... end

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

module Int : sig ... end

Module to represent the type int

module List : sig ... end

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

module Option : sig ... end

Optional elements of a certain type.

module Result : sig ... end

Result: Handling results of operations which can fail

module String : sig ... end

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

module Void : sig ... end

Void.t is the type of an object which cannot exist.

OCaml

Innovation. Community. Security.