Unify are_types_identical_unique_tuples

This commit is contained in:
gingerBill
2022-01-19 15:14:15 +00:00
parent 5ff82fc113
commit ecdaac9921
4 changed files with 16 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ struct Ast;
struct HashKey;
struct Type;
struct Entity;
bool are_types_identical(Type *x, Type *y, bool check_tuple_names=false);
bool are_types_identical(Type *x, Type *y);
struct Complex128 {
f64 real, imag;