Server.Erlang
type t = {
ic : Stdlib.in_channel;
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