package nonstd
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
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
isArrayLabels
,- Minimalistic
Option
module, - Basic
Int
andFloat
modules.
and that's all, no dependencies, no C, nothing you don't use.