We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7930ee4 commit c2f2e8fCopy full SHA for c2f2e8f
src/analysis/overrides_interval_tree.mli
@@ -13,8 +13,7 @@
13
module Interval : sig
14
type 'a t
15
16
- (** [low] is included in the range. [high] is excluded from the range. Returns [Error] if
17
- [low] > [high] *)
+ (** [low] and [high] are included in the range. Returns [Error] if [low] > [high] *)
18
val create : loc:Location.t -> payload:'a -> ('a t, string) result
19
end
20
0 commit comments