mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2026-01-25 10:36:42 -05:00
small change for consistency in CCIntMap
This commit is contained in:
parent
f48dbc458e
commit
002386cad8
1 changed files with 2 additions and 2 deletions
|
|
@ -361,8 +361,8 @@ let rec inter f a b =
|
|||
else inter f r1 b
|
||||
else if Bit.lt m1 m2 && is_prefix_ ~prefix:p2 p1 ~bit:m2
|
||||
then if Bit.is_0 p1 ~bit:m2
|
||||
then inter f l2 a
|
||||
else inter f r2 a
|
||||
then inter f a l2
|
||||
else inter f a r2
|
||||
else E
|
||||
|
||||
(*$R
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue