Enum fungi_lang::decide::equiv::NmTmRule[][src]

pub enum NmTmRule {
    Refl(NmTmDer),
    Var(Var2),
    Bin(NmTmDecNmTmDec),
    Lam(Var2SortNmTmDec),
    App(NmTmDecNmTmDec),
    NoParse(String),
    FailDistinctNames(NameName),
    FailNoRule,
}

Name term equivalence rules

Variants

Trait Implementations

impl Clone for NmTmRule
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NmTmRule
[src]

Formats the value using the given formatter. Read more

impl Eq for NmTmRule
[src]

impl PartialEq for NmTmRule
[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 NmTmRule
[src]

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

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

impl HasClas for NmTmRule
[src]

Auto Trait Implementations

impl !Send for NmTmRule

impl !Sync for NmTmRule