Enum arret_compiler::repl::EvaledLine [−][src]
pub enum EvaledLine {
EmptyInput,
Defs(Vec<DataStr>),
ExprType(String),
ExprValue(EvaledExprValue),
}Variants
Line was all whitepsace
Line added new definitions
All bound identifiers in the root scope are returned. This is useful for tab & autocompletion.
ExprType(String)Line was evaluated to a type with the given name
ExprValue(EvaledExprValue)Line was evaluate to a value
Trait Implementations
impl PartialEq<EvaledLine> for EvaledLine[src]
impl PartialEq<EvaledLine> for EvaledLine[src]