Struct purescript_corefn::GuardedExpression[][src]

pub struct GuardedExpression {
    pub guard: Expression,
    pub expression: Expression,
}

Fields

Trait Implementations

impl Debug for GuardedExpression
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations