package prbnmcn-basic-structures

  1. Overview
  2. Docs
Base package for prbnmcn-* packages

Install

Dune Dependency

Authors

Maintainers

Sources

0.0.1.tar.gz
md5=f169865416fdd1804beace6daeba2cb9
sha512=8a78c0572866e6471f8123d702aee42e6abdef6b0b633ab0ea678382a26194a1d79dea9d44ea0cb7b45d77dac25a6706153c3074f7b0aad05ce744fb480d8518

doc/prbnmcn-basic-structures/Basic_structures/index.html

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.