Module type Rtree_intf.S

module type S = sig .. end

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