fix passing functions by name

This commit is contained in:
Folkert 2020-08-26 23:34:49 +02:00
parent c51345ac8b
commit 020b6154f9
6 changed files with 372 additions and 297 deletions

View file

@ -46,7 +46,6 @@ pub enum OptLevel {
Optimize,
}
// pub type Scope<'a, 'ctx> = ImMap<Symbol, (Layout<'a>, PointerValue<'ctx>)>;
#[derive(Default, Debug, Clone, PartialEq)]
pub struct Scope<'a, 'ctx> {
symbols: ImMap<Symbol, (Layout<'a>, PointerValue<'ctx>)>,