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

pub struct TypecheckValue(pub LExpr<TcIdent<Symbol>>, pub TcType);

Trait Implementations

impl<Extra> Compileable<Extra> for TypecheckValue
[src]

fn compile(self, compiler: &mut Compiler, thread: &Thread, file: &str, _: Extra) -> Result<CompileValue>