'a raw_item = [
  | `comment of string
  | `header of string
  | `partial_sequence of 'a
]