From 3fd3f3a1c77bcfe4009332ccadfad10586489e37 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 20 Jun 2021 22:45:13 -0700 Subject: [PATCH] this is how we create aliases --- shell/data.limg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/data.limg b/shell/data.limg index 1f9ecee2..222e24cc 100644 --- a/shell/data.limg +++ b/shell/data.limg @@ -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