ocaml-standard-library/lib/char.mli

2 lines
58 B
OCaml

(** Converts an int to a char. *)
val of_int : int -> char