package ocamlnet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type local_part = string
type domain = string
type addr_spec = local_part * domain option
class mailbox : ?name:string -> string list -> addr_spec -> object ... end
class group : string -> mailbox list -> object ... end
type t = [
  1. | `Group of group
  2. | `Mailbox of mailbox
]
exception Parse_error of int * string
val parse : string -> t list
OCaml

Innovation. Community. Security.