first pass

This commit is contained in:
Folkert 2020-03-16 01:45:10 +01:00
parent c055af0ec7
commit 8c7124aba6
3 changed files with 838 additions and 1 deletions

View file

@ -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,