this is how we create aliases

This commit is contained in:
Kartik K. Agaram 2021-06-20 22:45:13 -07:00
parent 9ae724e1ec
commit 3fd3f3a1c7
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
if (f (car xs))
xs
(some f (cdr xs))])
(any . some)
(any . [define any some])
(all . [def (all f xs)
if (no xs)
1