From ccf1aec5dae19d4b2184b2b9eaa532de16f4c8ae Mon Sep 17 00:00:00 2001 From: Emin Arslan <53535669+haxala1r@users.noreply.github.com> Date: Thu, 16 Oct 2025 22:31:12 +0300 Subject: [PATCH] Removed irrelevant comment --- lib/interpreterStdlib.ml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/interpreterStdlib.ml b/lib/interpreterStdlib.ml index 70378b9..53c62c0 100644 --- a/lib/interpreterStdlib.ml +++ b/lib/interpreterStdlib.ml @@ -47,13 +47,6 @@ let cons _ vs = let lisp_list _ vs = vs - -(* This is the special built-in function that allows us to create -a new function. - -(bind-function 'sym '(a b) '(+ a b)) -*) - (* Binds any value to a symbol, in the *global environment*. *) let bind_symbol env = function