package irc-client

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Type of IO modules which can be used to create an IRC client library, via the Irc_client.Make functor.

module type IO = sig ... end