Enum fungi_lang::bitype::NmTmRule [] [src]

pub enum NmTmRule {
    Var(Var),
    Name(Name),
    Bin(NmTmDerNmTmDer),
    Lam(VarSortNmTmDer),
    App(NmTmDerNmTmDer),
    NoParse(String),
}

Name term sorting rule

Variants

Trait Implementations

impl Clone for NmTmRule
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for NmTmRule
[src]

[src]

Formats the value using the given formatter.

impl Eq for NmTmRule
[src]

impl PartialEq for NmTmRule
[src]

[src]

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

[src]

This method tests for !=.

impl Hash for NmTmRule
[src]

[src]

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

1.3.0
[src]

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

impl HasClas for NmTmRule
[src]

[src]