Removed irrelevant comment
This commit is contained in:
		@@ -47,13 +47,6 @@ let cons _ vs =
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
let lisp_list _ vs = 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*. *)
 | 
					(* Binds any value to a symbol, in the *global environment*. *)
 | 
				
			||||||
let bind_symbol env =
 | 
					let bind_symbol env =
 | 
				
			||||||
  function
 | 
					  function
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user