expand_to_tuple for fixed arrays

This commit is contained in:
gingerBill
2018-07-28 20:56:27 +01:00
parent 1705ba8069
commit a11d6e696a
3 changed files with 37 additions and 20 deletions
+2 -3
View File
@@ -37,9 +37,8 @@ struct ExactValue {
f64 value_float;
i64 value_pointer;
Complex128 value_complex;
Ast * value_compound;
Ast * value_procedure;
Entity * value_entity;
Ast * value_compound;
Ast * value_procedure;
};
};