StdAdditional functions.
val input_lines : in_channel -> string Enum.tReturns an enumeration over lines of an input channel, as read by the input_line function.
val input_chars : in_channel -> char Enum.tReturns an enumeration over characters of an input channel.
val input_list : in_channel -> string listReturns the list of lines read from an input channel.
val input_all : in_channel -> stringReturn the whole contents of an input channel as a single string.
creates a filename, write text into it and close it.
represent a runtime value as a string. Since types are lost at compile time, the representation might not match your type. For example, None will be printed 0 since they share the same runtime representation.