From a4a253d10098210fe22c6fe6f2aef09c32b6b67c Mon Sep 17 00:00:00 2001 From: nodist Date: Thu, 11 Jun 2026 13:52:11 -0400 Subject: fix arg for fib fn --- fib.kpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fib.kpl b/fib.kpl index 314dc83..a1ba26b 100644 --- a/fib.kpl +++ b/fib.kpl @@ -4,7 +4,7 @@ n can be any numeric type */ -`export fib : ([x] +`export fib : ([n] t : `type n ? { |(t = Int_signed; t = Float) { -- cgit v1.2.3