package dream

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

Module Gluten_lwtSource

Sourcemodule type IO = sig ... end
Sourcemodule type Server = sig ... end
Sourcemodule type Client = sig ... end
Sourcemodule Server (Io : IO) : Server with type socket = Io.socket and type addr = Io.addr
Sourcemodule Client (Io : IO) : Client with type socket = Io.socket
OCaml

Innovation. Community. Security.