package binsec

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

Generic signatures used throughout BINSEC

module type ANY = sig ... end
module type PRINTABLE = sig ... end
module type STR_INJECTIBLE = sig ... end
module type STRINGIFIABLE = sig ... end
module type COMPARABLE = sig ... end
module type HASHABLE_AUTO = sig ... end
module type HASHABLE = sig ... end
module type ITERABLE = sig ... end
module type Eq = sig ... end
module type Collection = sig ... end
module type Comparisons = sig ... end
module type Arithmetic = sig ... end
module type Logical = sig ... end
module type EXTENDED_LOGICAL = sig ... end
module type SHIFT_ROT = sig ... end
module type Bitwise = sig ... end