package gluten-lwt

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type IO = sig ... end
module type Server = sig ... end
module type Client = sig ... end
module Server (Io : IO) : Server with type socket = Io.socket and type addr = Io.addr
module Client (Io : IO) : Client with type socket = Io.socket