package camomile

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
class type !'a obj_input_channel = object ... end
class type !'a obj_output_channel = object ... end
class !'a channel_of_stream : 'a Stream.t -> 'a obj_input_channel
val stream_of_channel : 'a obj_input_channel -> 'a Stream.t
class type char_input_channel = object ... end
class type char_output_channel = object ... end
class of_in_channel : Pervasives.in_channel -> char_input_channel
class of_out_channel : Pervasives.out_channel -> char_output_channel
OCaml

Innovation. Community. Security.