summaryrefslogtreecommitdiff
path: root/examples/hanoi.lali
diff options
context:
space:
mode:
authorDaniel Cerqueira <dan.git@lispclub.com>2026-08-16 12:59:14 +0100
committerDaniel Cerqueira <dan.git@lispclub.com>2026-08-16 13:37:34 +0100
commit8cfffbeccdab028f780dcaf9f4ffaf97d7393a1e (patch)
tree17c734d83e40be785cbec3ca2df8c069474f5a5e /examples/hanoi.lali
parent92b27832dbbe786c857e5fb461e218d370c14058 (diff)
add diff operatorv.0.0.0
- and remove and diff and differ - and update documentation - and update all lali scripts
Diffstat (limited to 'examples/hanoi.lali')
-rw-r--r--examples/hanoi.lali2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hanoi.lali b/examples/hanoi.lali
index 59e3d10..786633c 100644
--- a/examples/hanoi.lali
+++ b/examples/hanoi.lali
@@ -7,7 +7,7 @@
(newline))
(defun hanoi-move (num from to via)
- (fill ((dif num +1)
+ (fill ((diff num +1)
(hanoi-print num from to))
(f
(prog