diff options
| author | Maxime Dénès | 2014-03-11 14:23:27 -0400 |
|---|---|---|
| committer | Maxime Dénès | 2014-07-22 17:34:57 -0400 |
| commit | 9c9f5a3bde48a46c8e5146093392883ee16bc9e2 (patch) | |
| tree | 3ea3b2b8fe1efbbb602952361d9adfa91aae357f /lib/rtree.mli | |
| parent | 286abd141d415a621cc8ea98055d8dc744c8b752 (diff) | |
Made intersection on regular trees less intensional.
Diffstat (limited to 'lib/rtree.mli')
| -rw-r--r-- | lib/rtree.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rtree.mli b/lib/rtree.mli index b1cfc35bcc..b86f543540 100644 --- a/lib/rtree.mli +++ b/lib/rtree.mli @@ -66,7 +66,7 @@ val equiv : then by logical equivalence [Rtree.equiv eq eq] *) val equal : ('a -> 'a -> bool) -> 'a t -> 'a t -> bool -val inter : ('a -> 'a -> 'a option) -> 'a -> 'a t -> 'a t -> 'a t +val inter : ('a -> 'a -> bool) -> ('a -> 'a -> 'a option) -> 'a -> 'a t -> 'a t -> 'a t (** Iterators *) |
