package binsec

  1. Overview
  2. Docs

doc/binsec.base/Binsec_base/Sigs/index.html

Module Binsec_base.Sigs

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 COMPARABLE_EXT = 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 COMPARISON = 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