sig
type ('a, 'b) t
val enum :
('a, 'b) Biocaml_genomeMap.LMap.t ->
('a Biocaml_genomeMap.location * 'b) Batteries.Enum.t
val of_enum :
('a Biocaml_genomeMap.location * 'b) Batteries.Enum.t ->
('a, 'b) Biocaml_genomeMap.LMap.t
val intersects :
'a Biocaml_genomeMap.location ->
('a, 'b) Biocaml_genomeMap.LMap.t -> bool
val closest :
'a Biocaml_genomeMap.location ->
('a, 'b) Biocaml_genomeMap.LMap.t ->
'a Biocaml_genomeMap.location * 'b * int
end