ocaml-standard-library/lib/bool.mli

5 lines
144 B
OCaml
Raw Permalink Normal View History

open General
2022-01-20 09:07:42 +00:00
(** Converts the string to a bool, returning option type to account for invalid strings. *)
val of_string : string -> bool option