mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
first pass
This commit is contained in:
parent
c055af0ec7
commit
8c7124aba6
3 changed files with 838 additions and 1 deletions
|
@ -97,7 +97,7 @@ pub struct Proc<'a> {
|
|||
pub ret_layout: Layout<'a>,
|
||||
}
|
||||
|
||||
struct Env<'a, 'i> {
|
||||
pub struct Env<'a, 'i> {
|
||||
pub arena: &'a Bump,
|
||||
pub subs: &'a mut Subs,
|
||||
pub home: ModuleId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue