package prbnmcn-basic-structures

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

Module Basic_structuresSource

prbnmcn-basic-structures: stdlib mod and commonly used module types

Sourcemodule Basic_intf : sig ... end

Basic module types.

Sourcemodule Basic_impl : sig ... end
Sourcemodule Std : sig ... end

Extension of basic modules making them compatible with the Std module type

Sourceval (=.) : float -> float -> bool
Sourceval (<.) : float -> float -> bool
Sourceval (>.) : float -> float -> bool
Sourceval (<=.) : float -> float -> bool
Sourceval (>=.) : float -> float -> bool
Sourceval (=) : int -> int -> bool
Sourceval (<) : int -> int -> bool
Sourceval (>) : int -> int -> bool
Sourceval (<=) : int -> int -> bool
Sourceval (>=) : int -> int -> bool
OCaml

Innovation. Community. Security.