package binsec

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

Symbolic value

type id
type state
val kind : t value
val constant : Binsec.Bitvector.t -> t
val var : id -> string -> int -> t
val unary : unary operator -> t -> t
val binary : binary operator -> t -> t -> t
val ite : t -> t -> t -> t