aboutsummaryrefslogtreecommitdiff
path: root/code/lib/types.felan
diff options
context:
space:
mode:
Diffstat (limited to 'code/lib/types.felan')
-rw-r--r--code/lib/types.felan2
1 files changed, 0 insertions, 2 deletions
diff --git a/code/lib/types.felan b/code/lib/types.felan
index df7f5c3..087f884 100644
--- a/code/lib/types.felan
+++ b/code/lib/types.felan
@@ -1,5 +1,3 @@
-string :: []u8;
-
array :: (comptime size:u64, comptime t:type) -> type {
return struct {
ptr : *t;