Module Ser_rtree.RTreePierceSource
Sourcetype 'a _t = | Param of int * int| Node of 'a * 'a _t array| Rec of int * 'a _t array
Sourceval hash_fold__t :
'a. (Ppx_hash_lib.Std.Hash.state -> 'a -> Ppx_hash_lib.Std.Hash.state) ->
Ppx_hash_lib.Std.Hash.state ->
'a _t ->
Ppx_hash_lib.Std.Hash.state Sourceval compare__t : 'a. ('a -> 'a -> int) -> 'a _t -> 'a _t -> int