Module Os_lib.Email_or_phone.Almost
module Almost : sig..end
type t
type y = [ `Almost_email | `Almost_phone | `Email | `Invalid | `Phone ]
val y : t -> y
val to_string : t -> string
val of_string : only_mail:bool -> string -> t
Warning: Reason support is experimental. We are looking for beta-tester and contributors.