about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--shell/data.limg2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/data.limg b/shell/data.limg
index 21488812..9d130a28 100644
--- a/shell/data.limg
+++ b/shell/data.limg
@@ -22,7 +22,7 @@
     0
     (+ 1 (len (cdr l)))))])
     (nth . [(def (nth n xs)
-  (if (<= n 0)
+  (if (< n 1)
     (car xs)
     (nth (- n 1) (cdr xs))))])
     (map1 . [(def (map1 f xs)
/a> 94 95 96 97 98 99 100 101 102 103
son <ben@gbmor.dev>  2019-09-05 03:51:58 -0400
committer  Ben Morrison <ben@gbmor.dev>  2019-09-05 03:51:58 -0400

using cargo tarpaulin instead of grcov' href='/gbmor/clinte/commit/.travis.yml?h=v1.0.0&id=4753eaf79d5b0b0d740ca0a182744a8b67137a8c'>4753eaf ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30