Module Server.Erlang

type t = {
  1. ic : Stdlib.in_channel;
  2. oc : Stdlib.out_channel;
}
val send : t -> string -> unit
val receive : t -> string
val request : t -> string -> string
exception UnexpectedStart of string
val start : unit -> t

shadowed to handle opening message