package fmlib_std

  1. Overview
  2. Docs
Standard datatypes of Fmlib

Install

Dune Dependency

Authors

Maintainers

Sources

0.3.0.tar.gz
sha256=82db21ad71b6698a20890d329bf9e1cf6a83eb3b0e18f6acc4ffc3ad9173445d
md5=15e32aea1a5cd9962f29db3d1a1f4b7a

doc/index.html

Standard Types

Fmlib_std is a library of standard types. It has a lot of thin wrappers around modules of ocaml's standard library like Fmlib_std.Array, Fmlib_std.List etc. with some additional functionality and it contains some types which are not part of ocaml's standard library like e.g. Fmlib_std.Deque, Fmlib_std.Btree.

Usage

Install the library via

    opam install fmlib_std

In order to compile program named foo with the help of dune write a dune file like

    (executable
        (name foo)
        (libraries fmlib_std ...)
        ...
    )

API

Fmlib_std

OCaml

Innovation. Community. Security.

On This Page
  1. Usage
  2. API