Struct phile::sqir::BranchArm [] [src]

pub struct BranchArm {
    pub pattern: RcExpr,
    pub value: RcExpr,
}

A match-value pair, representing one possible direction of control flow.

Fields

The pattern that may match the discriminant.

The expression to evaluated when pattern matches.

Trait Implementations

impl Debug for BranchArm
[src]

Formats the value using the given formatter.