Strings. type t = string. The type for strings. val make : int -> char -> string. make n c is a string of length n with each index holding the character c .
確定! 回上一頁