Enum parser_haskell::ast::Opcode [] [src]

pub enum Opcode {
    Mul,
    Div,
    Add,
    Sub,
}

Variants

Trait Implementations

impl Copy for Opcode
[src]

impl Clone for Opcode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Opcode
[src]

Formats the value using the given formatter.