Module Os_lib.Email_or_phoneParse strings that can be e-mails or phones. type tval of_json : Deriving_Json_lexer.lexbuf -> tval to_json : Buffer.t -> t -> unitval json : t Deriving_Json.ttype y = [ | `Email| `Phone ]val y : t -> yval to_string : t -> stringval of_string : only_mail:bool -> string -> t optionmodule Almost : sig ... endval of_almost : Almost.t -> t option