module type Type =sig..end
type 
class input_line :CamomileLibrary.Type.UChar.t
#CamomileLibrary.Type.OOChannel.obj_input_channel ->[text]CamomileLibrary.Type.OOChannel.obj_input_channel
new input_line input_obj creates the new input channel object
   CamomileLibrary.Type.OOChannel.obj_input_channel which reads Unicode characters 
   from input_obj and output lines.
class output_line :?sp:CamomileLibrary.Type.ULine.separator -> CamomileLibrary.Type.UChar.t
#CamomileLibrary.Type.OOChannel.obj_output_channel ->[text]CamomileLibrary.Type.OOChannel.obj_output_channel
new output_line ~sp output_obj create the new output channel object
   CamomileLibrary.Type.OOChannel.obj_output_channel which output each line to output_obj
   using sp as a line separator.