Enum fungi_lang::bitype::PrimAppRule[][src]

pub enum PrimAppRule {
    NatEq(ValDerValDer),
    NatLt(ValDerValDer),
    NatLte(ValDerValDer),
    NatPlus(ValDerValDer),
    NameBin(ValDerValDer),
    RefThunk(ValDer),
}

Primitive application typing rule

Variants

Trait Implementations

impl DerRule for PrimAppRule
[src]

short term family description

short name for rule

impl Clone for PrimAppRule
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PrimAppRule
[src]

Formats the value using the given formatter. Read more

impl Eq for PrimAppRule
[src]

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

impl !Sync for PrimAppRule