Struct gluon::compiler_pipeline::TypecheckValue [] [src]

pub struct TypecheckValue<E> {
    pub expr: E,
    pub typ: ArcType,
}

Result type of successful typechecking

Fields

Trait Implementations

impl<E, Extra> Compileable<Extra> for TypecheckValue<E> where
    E: Borrow<SpannedExpr<Symbol>>, 
[src]