package codex

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

Module type Units.UnitSource

To avoid confusion between sizes in bits and bytes, we use separate types.

Sourcetype t = private int
Sourceval compare : t -> t -> int
Sourceval of_int : int -> t
Sourceval to_int : t -> int
Sourceval (+) : t -> t -> t
Sourceval (-) : t -> t -> t
Sourceval (<=) : t -> t -> bool
Sourceval (<) : t -> t -> bool
Sourceval (>=) : t -> t -> bool
Sourceval (>) : t -> t -> bool
Sourceval zero : t
Sourceval one : t