the following appears alot, and would be an easy thing to change ```r if (!is_tokenlist(x)) { rlang::abort("Input must be a tokenlist.") } ```
the following appears alot, and would be an easy thing to change