package kappa-library

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

Module Kappa_data_structures.FractionsSource

Sourcetype t = {
  1. num : int;
  2. den : int;
}
Sourceval add : t -> t -> t
Sourceval sub : t -> t -> t
Sourceval mult : t -> t -> t
Sourceval inv : t -> t option
Sourceval div : t -> t -> t option
Sourceval is_equal : t -> t -> bool
Sourceval of_int : int -> t
Sourceval is_zero : t -> bool
Sourceval one : t
Sourceval zero : t
OCaml

Innovation. Community. Security.