package patdiff
File Diff using the Patience Diff algorithm
Install
Dune Dependency
Authors
Maintainers
Sources
patdiff-v0.12.0.tar.gz
sha256=718f30ca6e567266d2dec5c040e5e6b56657a2adcde1d2367d9dca38c814786a
md5=c7f69086b9b2c5a0fbb43b1ef89162b1
doc/patdiff.lib/Patdiff_lib/Patdiff_format/Style/Map/Tree/index.html
Module Map.Tree
type 'a t = (Key.t, 'a, Key.comparator_witness) Core_kernel__.Map_intf.Tree.t
val empty : 'a t
val of_alist_or_error : (Key.t * 'a) list -> 'a t Base.Or_error.t
val of_sorted_array : (Key.t * 'a) array -> 'a t Base.Or_error.t
val of_increasing_sequence :
(Key.t * 'a) Base.Sequence.t ->
'a t Base.Or_error.t
val invariants : 'a t -> bool
val is_empty : 'a t -> bool
val length : 'a t -> int
val iter : 'a t -> f:('a -> unit) -> unit
val data : 'a t -> 'a list
val validate :
name:(Key.t -> string) ->
'a Base.Validate.check ->
'a t Base.Validate.check
val symmetric_diff :
'a t ->
'a t ->
data_equal:('a -> 'a -> bool) ->
(Key.t * [ `Left of 'a | `Right of 'a | `Unequal of 'a * 'a ])
Base.Sequence.t
val for_all : 'a t -> f:('a -> bool) -> bool
val exists : 'a t -> f:('a -> bool) -> bool
val count : 'a t -> f:('a -> bool) -> int
val subrange :
'a t ->
lower_bound:Key.t Base.Maybe_bound.t ->
upper_bound:Key.t Base.Maybe_bound.t ->
'a t
val to_sequence :
?order:[ `Decreasing_key | `Increasing_key ] ->
?keys_greater_or_equal_to:Key.t ->
?keys_less_or_equal_to:Key.t ->
'a t ->
(Key.t * 'a) Base.Sequence.t
module Provide_of_sexp (K : sig ... end) : sig ... end
val t_of_sexp : (Base.Sexp.t -> 'a) -> Base.Sexp.t -> 'a t
val sexp_of_t : ('a -> Base.Sexp.t) -> 'a t -> Base.Sexp.t
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>