package krb

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type tcp_on_error := [
  1. | `Call of Async.Socket.Address.Inet.t -> exn -> unit
  2. | `Ignore
  3. | `Raise
]
type tcp_on_handshake_error := [
  1. | `Call of Handshake_error.Kind.t -> Async.Socket.Address.Inet.t -> exn -> unit
  2. | `Ignore
  3. | `Raise
]
module Tcp : sig ... end
module Internal : sig ... end
OCaml

Innovation. Community. Security.