mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
fix passing functions by name
This commit is contained in:
parent
c51345ac8b
commit
020b6154f9
6 changed files with 372 additions and 297 deletions
|
@ -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>)>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue