Enum foxbox_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 | |
KindAndValueDoNotAgree | The value has one type but this type is incompatible with the
kind of the |