From a839ff6229f4ae1415dddd5995781acb4bb599e1 Mon Sep 17 00:00:00 2001 From: A404M Date: Tue, 10 Jun 2025 00:39:11 +0330 Subject: fix some return type issues --- code/lib/types.felan | 2 -- 1 file changed, 2 deletions(-) (limited to 'code/lib/types.felan') 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; -- cgit v1.2.3