aboutsummaryrefslogtreecommitdiff
path: root/typecheck.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-03-18 12:49:38 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-03-18 12:49:38 -0400
commitced54c291906ae84fc5d51fd8140818139965277 (patch)
treef65afe9052c2beb591352f4573a7220e7cc0356b /typecheck.h
parentdf2e01c15e0ff44aaf60589095aba75669b110d7 (diff)
More file comments
Diffstat (limited to 'typecheck.h')
-rw-r--r--typecheck.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/typecheck.h b/typecheck.h
index b2f27c38..0468956e 100644
--- a/typecheck.h
+++ b/typecheck.h
@@ -1,4 +1,7 @@
#pragma once
+
+// Type-checking functions
+
#include <gc.h>
#include <stdarg.h>
#include <stdlib.h>