Enum parser_haskell::ast::CaseCond [] [src]

pub enum CaseCond {
    Matching(Vec<Pat>, Vec<(Vec<Expr>, Expr)>),
    Direct(Vec<Pat>, Vec<Expr>),
}

Variants

Trait Implementations

impl Clone for CaseCond
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CaseCond
[src]

Formats the value using the given formatter.