Correct tuple name checking for doc writing

This commit is contained in:
gingerBill
2022-01-19 15:11:42 +00:00
parent 28a816ef25
commit 5ff82fc113
3 changed files with 9 additions and 4 deletions

View File

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