Enum fungi_lang::bitype::Term [] [src]

pub enum Term {
    NmTm(NameTm),
    IdxTm(IdxTm),
    Type(Type),
}

Type terms; each can be defined by a module declaration, and carried (by identifier name) in the typing context, and used (by identifier name) to construct terms used in typing derivations.

Variants

Trait Implementations

impl Clone for Term
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Term
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for Term
[src]

impl PartialEq for Term
[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 Term
[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

Auto Trait Implementations

impl !Send for Term

impl !Sync for Term