diff options
| author | Daniel Cerqueira <dan.git@lispclub.com> | 2026-02-25 15:13:52 +0000 |
|---|---|---|
| committer | Daniel Cerqueira <dan.git@lispclub.com> | 2026-02-25 15:13:52 +0000 |
| commit | 95dcacea5a1eabfee54c3edbe11b844bf1e5a2ec (patch) | |
| tree | 27af3d2c21cb6db78d19624b9898628b117aa308 /examples/speech/pt-random_more.lali | |
| parent | 542ea993cbfdf3e4eb5f234817a7fc7a631e8472 (diff) | |
replace ap function name to algo
Diffstat (limited to 'examples/speech/pt-random_more.lali')
| -rwxr-xr-x | examples/speech/pt-random_more.lali | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/speech/pt-random_more.lali b/examples/speech/pt-random_more.lali index 37155e1..0c91c2c 100755 --- a/examples/speech/pt-random_more.lali +++ b/examples/speech/pt-random_more.lali @@ -38,13 +38,13 @@ (defun assoc (el lst) (fill ((dif el (car (car lst))) (car lst)) - ((ap lst) '(f f)) + ((algo lst) '(f f)) (f (assoc el (cdr lst))))) (defun without (el lst) (fill ((dif el (car lst)) f) - ((ap (car lst)) t) + ((algo (car lst)) t) (f (without el (cdr lst))))) ;; vv begin of training options vv |
