mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
Compare commits
2 commits
f4d0d55300
...
c06b5a57db
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c06b5a57db | ||
|
|
14ad490c7e |
2 changed files with 2 additions and 2 deletions
|
|
@ -183,7 +183,7 @@ val ( -- ) : int -> int -> int t
|
|||
[a] and [b] (therefore, never empty). *)
|
||||
|
||||
val ( --^ ) : int -> int -> int t
|
||||
(** [a -- b] is the integer range from [a] to [b], where [b] is excluded. *)
|
||||
(** [a --^ b] is the integer range from [a] to [b], where [b] is excluded. *)
|
||||
|
||||
(** {2 Operations on two Collections} *)
|
||||
|
||||
|
|
|
|||
|
|
@ -139,7 +139,7 @@ val ( -- ) : int -> int -> int t
|
|||
@since 0.10 *)
|
||||
|
||||
val ( --^ ) : int -> int -> int t
|
||||
(** [a -- b] is the integer range from [a] to [b], where [b] is excluded.
|
||||
(** [a --^ b] is the integer range from [a] to [b], where [b] is excluded.
|
||||
@since 0.17 *)
|
||||
|
||||
val pp : 'a printer -> 'a t printer
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue