summaryrefslogtreecommitdiff
path: root/docs/type_system/symbol.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/type_system/symbol.md')
-rw-r--r--docs/type_system/symbol.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/type_system/symbol.md b/docs/type_system/symbol.md
deleted file mode 100644
index da8faa7..0000000
--- a/docs/type_system/symbol.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# Symbol
-
----
-
-```text
-Symbol[[] TYPE; TARGET; IDENTIFIER]
-```
-
-## Type Body Object Definitions
-
-```c
-typedef struct {
- kpl_type *type, *target;
- kpl_identifier identifier;
-} kpl_type_body_symbol;
-```