string_to_raw_item = [
  | `empty_line of Pos.t
  | `incomplete_input of Pos.t * string list * string option
  | `malformed_partial_sequence of string
  ]