aboutsummaryrefslogtreecommitdiff
path: root/inc/term.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/term.h')
-rw-r--r--inc/term.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/inc/term.h b/inc/term.h
index 578e734..8fbdad7 100644
--- a/inc/term.h
+++ b/inc/term.h
@@ -1,7 +1,9 @@
+// Copyright (c) 2023, Marvin Borner <dev@marvinborner.de>
+
#ifndef TERM_H
#define TERM_H
-typedef enum { INV, ABS, APP, VAR, CLO, CACHE } term_type;
+typedef enum { INV, ABS, APP, VAR, CLOSURE, CACHE } term_type;
struct term {
term_type type;