package binsec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = private
  1. | Base of string option
  2. | Layer of {
    1. id : int;
    2. over : t;
    3. base : string option;
    4. addr : Expr.t;
    5. store : Store.t;
    }
val base : t -> string option
include Binsec.Sigs.HASHABLE with type t := t
include Binsec.Sigs.COMPARABLE with type t := t
val compare : t -> t -> int
val equal : t -> t -> bool
val hash : t -> int
OCaml

Innovation. Community. Security.