package General

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

Some doc for :mod:`General`

module Reset : sig ... end
module Pervasives : sig ... end

Some doc for :mod:`General.Pervasives`

module Shorten : sig ... end
module Compare : sig ... end
module Equate : sig ... end
module Traits : sig ... end

Traits are isolated capabilities associated with a type.

module Concepts : sig ... end
module CallStack : sig ... end
module Exception : sig ... end
module Exit : sig ... end
module Function1 : sig ... end
module Function2 : sig ... end
module Function3 : sig ... end
module Function4 : sig ... end
module Function5 : sig ... end
module Unit : sig ... end
module Bool : sig ... end
module Char : sig ... end
module Int : sig ... end
module Int32 : sig ... end
module Int64 : sig ... end
module NativeInt : sig ... end
module BigInt : sig ... end
module Float : sig ... end
module String : sig ... end
module Bytes : sig ... end
module Option : sig ... end
module Lazy : sig ... end
module Reference : sig ... end
module Tuple2 : sig ... end
module Tuple3 : sig ... end
module Tuple4 : sig ... end
module Tuple5 : sig ... end
module IntOption : sig ... end
module FloatOption : sig ... end
module StringOption : sig ... end
module IntReference : sig ... end
module FloatReference : sig ... end
module StringReference : sig ... end
module List : sig ... end
module Array : sig ... end
module Stream : sig ... end
module SortedSet : sig ... end
module SortedMap : sig ... end
module Heap : sig ... end
module PriorityQueue : sig ... end
module IntRange : sig ... end
module IntList : sig ... end
module FloatList : sig ... end
module StringList : sig ... end
module IntSortedSet : sig ... end
module FloatSortedSet : sig ... end
module StringSortedSet : sig ... end
module CharSortedSet : sig ... end
module IntSortedMap : sig ... end
module FloatSortedMap : sig ... end
module StringSortedMap : sig ... end
module CharSortedMap : sig ... end
module Format : sig ... end
module InChannel : sig ... end
module InFile : sig ... end
module OutChannel : sig ... end
module OutFile : sig ... end
module StdIn : sig ... end
module StdOut : sig ... end
module StdErr : sig ... end
module Testing : sig ... end

Modules to be opened

module Standard : sig ... end

This modules defines aliases for all standard modules in :mod:`General`:

module Abbr : sig ... end

This modules defines abbreviated aliases for all standard modules in :mod:`General`:

module Tests : sig ... end