let in_channel_to_int_seq_item_stream ?(buffer_size=65536) ?filename ?pedantic
    ?sharp_comments ?semicolon_comments inp =
  Stream.result_to_exn ~error_to_exn (
    Result.in_channel_to_int_seq_item_stream ?filename ?pedantic
      ?sharp_comments ?semicolon_comments inp
  )