Enum fungi_lang::decide::effect::Error[][src]

pub enum Error {
    CannotSubtractFromIdxTm(IdxTmIdxTm),
    CannotSubtractFromVar(VarIdxTm),
    CannotSubtractNmSetTmFromNmSet(NmSetNmSetTm),
    CannotSubtract(EffectEffect),
    CannotSequence(EffectEffect),
    CannotDecideReadSubset(Rc<DecError>),
    TODO,
}

Effect-related decision errors

Variants

Cannot subtract the second index term from the first

Cannot subtract structure from a variable with unknown structure

Cannot subtract a name set term from a name set

The Archivist cannot subtract the second effect from the first

The Archivist cannot sequence the two effects

The Archivist cannot prove that the current effect typing context permits a given read set

TODO

Trait Implementations

impl Clone for Error
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Error
[src]

Formats the value using the given formatter. Read more

impl Eq for Error
[src]

impl PartialEq for Error
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Hash for Error
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl !Send for Error

impl !Sync for Error