ocaml-standard-library/lib/bool.mli

5 lines
144 B
OCaml
Executable File

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