package lrgrep

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

Module Utils.IndexRefineSource

include sig ... end
Sourceval partition : 'a IndexSet.t list -> 'a IndexSet.t list
Sourceval annotated_partition : ('a IndexSet.t * 'b) list -> ('a IndexSet.t * 'b list) list
Sourceval partition_and_total : 'a IndexSet.t list -> 'a IndexSet.t list * 'a IndexSet.t
Sourceval annotated_partition_and_total : ('a IndexSet.t * 'b) list -> ('a IndexSet.t * 'b list) list * 'a IndexSet.t
Sourceval iter_decomposition : ('a IndexSet.t * 'b) list -> ('a IndexSet.t -> (('b -> unit) -> unit) -> unit) -> unit
Sourceval iter_merged_decomposition : ('a IndexSet.t * 'b) list -> ('a IndexSet.t -> 'b list -> unit) -> unit