package bap-std

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

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.