From 8cfffbeccdab028f780dcaf9f4ffaf97d7393a1e Mon Sep 17 00:00:00 2001 From: Daniel Cerqueira Date: Sun, 16 Aug 2026 12:59:14 +0100 Subject: add diff operator - and remove and diff and differ - and update documentation - and update all lali scripts --- examples/hanoi.lali | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/hanoi.lali') 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 -- cgit