fix field name

This commit is contained in:
Richard Feldman 2020-12-09 07:53:42 -05:00 committed by GitHub
parent 61300f782d
commit acb2bc7092
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,7 +97,7 @@ pub enum Expr2 {
List {
list_var: Variable, // 4B - required for uniqueness of the list
elem_var: Variable, // 4B
first_elem: PoolVec<Expr2>, // 8B
elems: PoolVec<Expr2>, // 8B
},
If {
cond_var: Variable, // 4B