package binsec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Implicit
  2. | Explicit of int
  3. | Sizeof of Loc.t loc
  4. | Eval of Expr.t loc
val none : t
val some : int -> t
val sizeof : Loc.t loc -> t
val eval : Expr.t loc -> t
val pp : Format.formatter -> t -> unit