Source file shuttle.ml

1
2
3
4
5
6
7
8
9
10
module Input_channel = Input_channel
module Output_channel = Output_channel
module Connection = Connection
module Bytebuffer = Bytebuffer

module Std = struct
  module Input_channel = Input_channel
  module Output_channel = Output_channel
  module Bytebuffer = Bytebuffer
end