Enum parser_haskell::ast::CaseCond
[−]
[src]
pub enum CaseCond { Matching(Vec<Pat>, Vec<(Vec<Expr>, Expr)>), Direct(Vec<Pat>, Vec<Expr>), }
Variants
Matching(Vec<Pat>, Vec<(Vec<Expr>, Expr)>)
Direct(Vec<Pat>, Vec<Expr>)
Trait Implementations
impl Clone for CaseCond
[src]
fn clone(&self) -> CaseCond
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more