package nonstd

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

Non-standard Mini-Library

Core-style (labels, exceptionless) pure-OCaml super-light library providing basic modules: List, Option, Int. and Float.

This library is an extremely minimalistic library to open:

  • val (|>) (for compatibility with older versions of OCaml),
  • include Printf,
  • A more complete List module (a subset of Base's one),
  • Array is ArrayLabels,
  • Minimalistic Option module,
  • Basic Int and Float modules.

and that's all, no dependencies, no C, nothing you don't use.

OCaml

Innovation. Community. Security.