This commit is contained in:
Simon Cruanes 2014-09-17 23:18:29 +02:00
parent 0578bedf31
commit daf06196c0
2 changed files with 2 additions and 1 deletions

View file

@ -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";;

View file

@ -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