diff options
Diffstat (limited to 'ir.h')
| -rw-r--r-- | ir.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ typedef struct Value { struct Node; int type_eql(Type *a, Type *b); int type_base_eql(Type *a, Type *b); +int value_eql(Value *a, Value *b); int type_check(struct Node *n); Str type_desc(Type *t, Arena *arena); void type_err(struct Node *n, Lexer *l); |
