summaryrefslogtreecommitdiff
path: root/examples/speech/pt-fixed_answer.lali
diff options
context:
space:
mode:
Diffstat (limited to 'examples/speech/pt-fixed_answer.lali')
-rwxr-xr-xexamples/speech/pt-fixed_answer.lali4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/speech/pt-fixed_answer.lali b/examples/speech/pt-fixed_answer.lali
index a50820d..0002672 100755
--- a/examples/speech/pt-fixed_answer.lali
+++ b/examples/speech/pt-fixed_answer.lali
@@ -19,13 +19,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