diff options
author | Joel Kronqvist <joel.kronqvist@iki.fi> | 2025-08-15 22:32:38 +0300 |
---|---|---|
committer | Joel Kronqvist <joel.kronqvist@iki.fi> | 2025-08-15 22:32:38 +0300 |
commit | a97fef6f099767924c5203782a2b04b1a559ac6b (patch) | |
tree | 6ad526863433b8f657f4c969acb81ae0132c7c29 /stdlib.slip | |
parent | 0328272d2a52264f36770d524aaa11b425e34370 (diff) | |
download | myslip-a97fef6f099767924c5203782a2b04b1a559ac6b.tar.gz myslip-a97fef6f099767924c5203782a2b04b1a559ac6b.zip |
fix: prevented loading non-let expressions as declarations
Diffstat (limited to 'stdlib.slip')
-rw-r--r-- | stdlib.slip | 2 |
1 files changed, 1 insertions, 1 deletions
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 +) |