Cmd.In
type _ t =
| Stdin : stdin t
| Channel : Stdlib.in_channel -> channel t
| File : string -> file t
| Pipe : pipe t
val show : 'a t -> string