pub type PError<'a, S, Ctx> = Full<Rich<'a, Token<'a>, Span, ParseErrorKind>, S, Ctx>;
Alias for parser error type
pub struct PError<'a, S, Ctx>(/* private fields */);