Struct gluon_base::ast::Lambda [] [src]

pub struct Lambda<Id> {
    pub id: TypedIdent<Id>,
    pub args: Vec<TypedIdent<Id>>,
    pub body: Box<SpannedExpr<Id>>,
}

Fields

Trait Implementations

impl<Id: Clone> Clone for Lambda<Id>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<Id: PartialEq> PartialEq for Lambda<Id>
[src]

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

This method tests for !=.

impl<Id: Debug> Debug for Lambda<Id>
[src]

Formats the value using the given formatter.