ocaml-standard-library/lib/bool.mli

2 lines
129 B
OCaml

(** Converts the string to a bool, returning option type to account for invalid strings. *)
val of_string : string -> bool option