Enum fxbox_thinkerbell::compile::TypeError [] [src]

pub enum TypeError {
    InvalidRange,
    KindAndRangeDoNotAgree,
    KindAndValueDoNotAgree,
}

Variants

InvalidRange

The range cannot be typed.

KindAndRangeDoNotAgree

The range has one type but this type is incompatible with the kind of the Match.

KindAndValueDoNotAgree

The value has one type but this type is incompatible with the kind of the Statement.

Trait Implementations

Derived Implementations

impl Debug for TypeError

fn fmt(&self, __arg_0: &mut Formatter) -> Result