From a97fef6f099767924c5203782a2b04b1a559ac6b Mon Sep 17 00:00:00 2001 From: Joel Kronqvist Date: Fri, 15 Aug 2025 22:32:38 +0300 Subject: fix: prevented loading non-let expressions as declarations --- stdlib.slip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdlib.slip') diff --git a/stdlib.slip b/stdlib.slip index 9e20c64..dce325a 100644 --- a/stdlib.slip +++ b/stdlib.slip @@ -18,4 +18,4 @@ (fn x Int Int (- x 1) ) -) \ No newline at end of file +) -- cgit v1.2.3