package hardcaml

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

Parameters

module B : Comb.S

Signature

type unsigned
type signed
type 'a round
type 'a overflow
module type Round = sig ... end

various different rounding modes

module type Overflow = sig ... end

overflow control - wrap or saturate

module type Fixed = sig ... end

fixed point API

module Unsigned : sig ... end
module Signed : sig ... end