From 9145160d51bf3795c866bb9a2ac695963494eee5 Mon Sep 17 00:00:00 2001 From: nodist Date: Tue, 19 May 2026 12:38:03 -0400 Subject: use panic insted of exit --- ack.kpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ack.kpl b/ack.kpl index 80a3a74..1eb7694 100644 --- a/ack.kpl +++ b/ack.kpl @@ -3,7 +3,7 @@ `export ack : Fn[m; n] $ ( ? !=(`type m; `type n) { - `exit "m and n must be the same type and above zero" + `panic "m and n must be the same type" } ? { m = 0 { n + 1 } -- cgit v1.2.3