Module Component.Next_input

type 'i t =
| Finished
| Input of 'i
val sexp_of_t : ( 'i -> Sexplib0.Sexp.t ) -> 'i t -> Sexplib0.Sexp.t