package binsec

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

Definitions of non-DBA types

type 'a interval = {
  1. lo : 'a;
  2. hi : 'a;
}
type u8 = int

Maps & Sets on base types

module String : Sigs.Collection with type t = string
module Int : Sigs.Collection with type t = int
module BigInt : Sigs.Collection with type t = Z.t
module Float : Sigs.Collection with type t = float
module Int64 : sig ... end
module Addr64 = Int64

Functors

module Collection_make : sig ... end

Specific modules & types

module Constants : sig ... end
module Ternary : sig ... end