Enum purescript_corefn::Alternative[][src]

pub enum Alternative {
    Guarded {
        binders: Vec<Binder>,
        expressions: Vec<GuardedExpression>,
    },
    Unguarded {
        binders: Vec<Binder>,
        expression: Expression,
    },
}

Variants

Fields of Guarded

Fields of Unguarded

Trait Implementations

impl Debug for Alternative
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Alternative

impl Sync for Alternative