module Rtree: sig .. end
sig
end
module Tree: functor (BB : Bounding_box_intf.S) -> Tree_S with type bb = BB.t
functor (
BB
:
Bounding_box_intf.S
) ->
Tree_S
with type bb = BB.t
module Make: functor (P : Rtree_intf.Rtree_params) -> sig .. end
P
Rtree_intf.Rtree_params