package bap-std

  1. Overview
  2. Docs
The Binary Analysis Platform Standard Library

Install

Dune Dependency

Authors

Maintainers

Sources

v2.5.0.tar.gz
sha256=9c126781385d2fa9b8edab22e62b25c70bf2f99f6ec78abb7e5e36d63cfa4174
md5=5abd9b3628b43f797326034f31ca574f

doc/bap/Bap/Std/Interval_tree/Make/argument-1-Interval/index.html

Parameter Make.Interval

type t

interval representation

include Ppx_compare_lib.Comparable.S with type t := t
val compare : t Base__Ppx_compare_lib.compare
val sexp_of_t : t -> Sexplib0.Sexp.t
type point

point representation

val compare_point : point -> point -> int
val sexp_of_point : point -> Sexplib0.Sexp.t
val lower : t -> point

the lower bound of an interval

val upper : t -> point

the upper bound of an interval

OCaml

Innovation. Community. Security.