module type S = sig .. end
sig
end
module Tree: Rtree_intf.Tree_S
Rtree_intf.Tree_S
type a
type t
val empty : t
t
val size : t -> int
t -> int
val insert : t -> a -> t
t -> a -> t
val search : t -> Bounding_box.t -> a list
t -> Bounding_box.t -> a list