Skip to content

Commit

Permalink
feat: finished when constr is for IR and code gen
Browse files Browse the repository at this point in the history
  • Loading branch information
MicroProofs committed Nov 29, 2022
1 parent 2742b6c commit 18ce559
Show file tree
Hide file tree
Showing 4 changed files with 369 additions and 56 deletions.
2 changes: 1 addition & 1 deletion crates/lang/src/ir.rs
Expand Up @@ -141,7 +141,7 @@ pub enum IR {

FieldsExpose {
count: usize,
indices: Vec<usize>,
indices: Vec<(usize, String, Arc<Type>)>,
},

// ModuleSelect {
Expand Down

0 comments on commit 18ce559

Please sign in to comment.