diff options
Diffstat (limited to 'builtins/types.h')
| -rw-r--r-- | builtins/types.h | 3 |
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> |
