package bap-std

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

interval representation

include Ppx_compare_lib.Comparable.S with type t := t
val compare : t -> t -> int
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