feat: more consistent field name

This commit is contained in:
rvcas 2021-06-21 00:19:27 -04:00
parent 1f467ec62b
commit 8b957ea712

View File

@ -135,9 +135,9 @@ pub enum Expr2 {
body_id: NodeId<Expr2>, // 4B
},
LetFunction {
def: NodeId<FunctionDef>, // 4B
body_var: Variable, // 8B
body_id: NodeId<Expr2>, // 4B
def_id: NodeId<FunctionDef>, // 4B
body_var: Variable, // 8B
body_id: NodeId<Expr2>, // 4B
},
LetValue {
def_id: NodeId<ValueDef>, // 4B