Enum tptp::error::Syntactic[][src]

pub enum Syntactic {
    UnknownRole(PositionString),
    UnknownDefined(PositionString),
    UnexpectedToken(Position, Token),
    UnexpectedEnd,
}

Errors raised during the parsing stage

Variants

An as-yet unknown TPTP role

An as-yet unknown TPTP defined operation

Syntax error

Syntax error: end of iterator mid-statement

Trait Implementations

impl Debug for Syntactic
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Syntactic

impl Sync for Syntactic