Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
include Ppx_sexp_conv_lib.Sexpable.S1 with type 'a t := 'a t
val t_of_sexp : (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a t
val sexp_of_t : ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.t
val all_same : 'a t list -> bool
all_same ranges
returns true if all ranges
are Same
prev_only ranges
drops all Next ranges and converts all Replace ranges to Prev ranges.
next_only ranges
drops all Prev ranges and converts all Replace ranges to Next ranges.
val prev_size : 'a t -> int
Counts number of elements.
val next_size : 'a t -> int
module Stable : sig ... end