Struct timi::ir::SupercombDefn [] [src]

pub struct SupercombDefn {
    pub name: String,
    pub args: Vec<String>,
    pub body: CoreExpr,
}

A supercombinator definition, consisting of the name, arguments, and body.

Fields

name of the supercombinator

name of the arguments (formal parameters)

body of the supercombinator

Trait Implementations

impl Clone for SupercombDefn
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for SupercombDefn
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for SupercombDefn
[src]

impl Debug for SupercombDefn
[src]

Formats the value using the given formatter.