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

pub enum CEffectRule {
    Refl(CEffect),
}

Computation type equivalence rules

Variants

Every term is equal to itself

Trait Implementations

impl Clone for CEffectRule
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CEffectRule
[src]

Formats the value using the given formatter. Read more

impl Eq for CEffectRule
[src]

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

Auto Trait Implementations

impl !Send for CEffectRule

impl !Sync for CEffectRule