summaryrefslogtreecommitdiff
path: root/docs/type_system/value.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/type_system/value.md')
-rw-r--r--docs/type_system/value.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/type_system/value.md b/docs/type_system/value.md
deleted file mode 100644
index 5f50794..0000000
--- a/docs/type_system/value.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# Value
-
----
-
-```text
-Value[[] TYPE; KPL_CLASS]
-```
-
-## Type Body Object Definitions
-
-```c
-typedef struct {
- kpl_type *type;
- kpl_class *class;
-} kpl_type_body_value;
-```