mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
Compare commits
1 commit
c06b5a57db
...
f4d0d55300
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f4d0d55300 |
2 changed files with 2 additions and 2 deletions
|
|
@ -183,7 +183,7 @@ val ( -- ) : int -> int -> int t
|
||||||
[a] and [b] (therefore, never empty). *)
|
[a] and [b] (therefore, never empty). *)
|
||||||
|
|
||||||
val ( --^ ) : int -> int -> int t
|
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} *)
|
(** {2 Operations on two Collections} *)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -139,7 +139,7 @@ val ( -- ) : int -> int -> int t
|
||||||
@since 0.10 *)
|
@since 0.10 *)
|
||||||
|
|
||||||
val ( --^ ) : int -> int -> int t
|
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 *)
|
@since 0.17 *)
|
||||||
|
|
||||||
val pp : 'a printer -> 'a t printer
|
val pp : 'a printer -> 'a t printer
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue