Enum gluon_parser::ReplLine[][src]

pub enum ReplLine<Id> {
    Expr(SpannedExpr<Id>),
    Let(ValueBinding<Id>),
}

Variants

Trait Implementations

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

Formats the value using the given formatter. Read more

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

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

This method tests for !=.

Auto Trait Implementations

impl<Id> Send for ReplLine<Id> where
    Id: Send + Sync

impl<Id> Sync for ReplLine<Id> where
    Id: Send + Sync