package bap-std

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

Machine integer as a sequence of bits.

module type Base = sig ... end

The minimal interface of the machine integer.

module type S = sig ... end

Signature for integral type.

module Make (T : Base) : S with type t = T.t

Derive S from the minimal implementation.

OCaml

Innovation. Community. Security.