diff options
Diffstat (limited to 'ack.kpl')
| -rw-r--r-- | ack.kpl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |
