aboutsummaryrefslogtreecommitdiff
path: root/builtins/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'builtins/types.h')
-rw-r--r--builtins/types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/builtins/types.h b/builtins/types.h
index f62e37e0..bf94b526 100644
--- a/builtins/types.h
+++ b/builtins/types.h
@@ -1,4 +1,7 @@
#pragma once
+
+// Type information and methods for TypeInfos (i.e. runtime representations of types)
+
#include <gc/cord.h>
#include <stdbool.h>
#include <stdint.h>