Module Core.In

type _ t =
  1. | Stdin : stdin t
  2. | Channel : channel t
  3. | File : string -> file t
  4. | Pipe : Stdlib.Out_channel.t -> pipe t