You can search for identifiers within the package.
in-package search v0.2.0
type 'a t = 'a Patience_diff_lib__.Hunk.t list
val unified : 'a t -> 'a t
unified t converts all Replace ranges in t to an Prev range followed by a Next range.
unified t
t
val ranges : 'a t -> 'a Patience_diff_lib__.Range.t list
ranges t concatenates all the ranges of all hunks together *
ranges t
val concat_map_ranges : 'a t -> f:('a Patience_diff_lib__.Range.t -> 'b Patience_diff_lib__.Range.t list) -> 'b t
module Stable : sig ... end