Enum fungi_lang::decide::subset::IdxTmRule[][src]

pub enum IdxTmRule {
    Var(Var2),
    Refl(IdxTmDer),
    Sing(NmTmDec),
    Empty,
    Apart(IdxTmDecIdxTmDec),
    Union(IdxTmDecIdxTmDec),
    Bin(IdxTmDecIdxTmDec),
    Unit,
    Pair(IdxTmDecIdxTmDec),
    Proj1(IdxTmDec),
    Proj2(IdxTmDec),
    Lam(Var2SortIdxTmDec),
    App(IdxTmDecIdxTmDec),
    Map(NmTmDecIdxTmDec),
    FlatMap(IdxTmDecIdxTmDec),
    FlatMapStar(IdxTmDecIdxTmDec),
    EmptySet,
    SubsetRefl(NmSetTm),
    Subset(NmSetNmSet),
    NoParse(String),
    Fail,
}

Index term equivalence rules

Variants

Trait Implementations

impl Clone for IdxTmRule
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IdxTmRule
[src]

Formats the value using the given formatter. Read more

impl Eq for IdxTmRule
[src]

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

Auto Trait Implementations

impl !Send for IdxTmRule

impl !Sync for IdxTmRule