mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2026-01-21 16:56:39 -05:00
details
This commit is contained in:
parent
0578bedf31
commit
daf06196c0
2 changed files with 2 additions and 1 deletions
|
|
@ -13,6 +13,7 @@
|
|||
#thread;;
|
||||
#load "containers_thread.cma";;
|
||||
open Containers_misc;;
|
||||
#install_printer Sexp.print;;
|
||||
#install_printer Bencode.pretty;;
|
||||
#install_printer HGraph.Default.fmt;;
|
||||
#require "CamlGI";;
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ val compare : string -> string -> int
|
|||
val hash : string -> int
|
||||
|
||||
val init : int -> (int -> char) -> string
|
||||
(** Analog stringo [Array.init].
|
||||
(** Analog to [Array.init].
|
||||
@since 0.3.3 *)
|
||||
|
||||
val of_gen : char gen -> string
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue