| File lib/ocaml/pkg-lib/netstring/netaddress.cmi_pretty | GODI Package godi-ocamlnet |
| Library netstring |
| Netaddress.html | netaddress.cmi_pretty | netaddress.mli | Sources |
type local_part = string type domain = string type addr_spec = local_part * domain option class mailbox : ?name:string -> string list -> addr_spec -> object method name : string method route : string list method spec : addr_spec end class group : string -> mailbox list -> object method mailboxes : mailbox list method name : string end type t = [ `Group of group | `Mailbox of mailbox ] exception Parse_error of int * string val parse : string -> t list