package nonstd

  1. Overview
  2. Docs

Description

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

Published: 29 Sep 2017

README

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.