Enum parser_haskell::ast::DoItem [] [src]

pub enum DoItem {
    Let(Vec<Assignment>),
    Bind(Vec<Pat>, Box<Expr>),
    Expression(Box<Expr>),
}

Variants

Trait Implementations

impl Clone for DoItem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DoItem
[src]

Formats the value using the given formatter.