pub(crate) type ExtraWithoutContext<'a> = Full<Rich<'a, Token>, State<'a>, ()>;
pub(crate) struct ExtraWithoutContext<'a>(/* private fields */);