Range.MakeSourcemodule Point = Pointinclude Core.Bin_prot.Binable.S with type t := tinclude Bin_prot.Binable.S_only_functions with type t := tThis function only needs implementation if t exposed to be a polymorphic variant. Despite what the type reads, this does *not* produce a function after reading; instead it takes the constructor tag (int) before reading and reads the rest of the variant t afterwards.
include Ppx_quickcheck_runtime.Quickcheckable.S with type t := tReturn the join of two ranges. This is an approximation to the setwise union, since the union of two disjoint intervals is not in general an interval.
Return -1 if the given value is less than the whole range, 0 if it's within the range (inclusive), or 1 if it's greater than the whole range.
Return whether the range's lower bound is either No_bound or less than lower and its upper bound is either No_bound or greater than upper.