summaryrefslogtreecommitdiff
path: root/docs/type_system/array.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/type_system/array.md')
-rw-r--r--docs/type_system/array.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/type_system/array.md b/docs/type_system/array.md
deleted file mode 100644
index 2433cd5..0000000
--- a/docs/type_system/array.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# Array
-
----
-
-A sequence of TYPES with known size
-
-```text
-Array[TYPE; Value[Int[...]; ...]]
-```