Enum fungi_lang::ast::CEffect[][src]

pub enum CEffect {
    Cons(CTypeEffect),
    ForallType(VarKindCEffectRec),
    ForallIdx(VarSortPropCEffectRec),
    NoParse(String),
}

Computation effects

(TODO: Rename as Effectful Computations, and put Effect before CType in Cons case).

Variants

Trait Implementations

impl Display for CEffect
[src]

Formats the value using the given formatter. Read more

impl Clone for CEffect
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CEffect
[src]

Formats the value using the given formatter. Read more

impl Eq for CEffect
[src]

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

impl !Sync for CEffect