aboutsummaryrefslogtreecommitdiff
path: root/L-99.lisp
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2021-07-25 10:48:11 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2021-07-25 10:48:11 +0900
commit326b8dc46bcf5e9d0d112a6e2ddb6c63c3449ede (patch)
tree969ba5012351732d4611cda0b18bfc394cc4f402 /L-99.lisp
parent705f1d5c6d5ee8d1f3f84dfc9079801bec49b2b6 (diff)
L-99: Rename from repeat-len to len-repeat.
Diffstat (limited to 'L-99.lisp')
-rw-r--r--L-99.lisp3
1 files changed, 1 insertions, 2 deletions
diff --git a/L-99.lisp b/L-99.lisp
index 15ae22f..b7e7ff8 100644
--- a/L-99.lisp
+++ b/L-99.lisp
@@ -268,7 +268,7 @@
nil
(cons x (repeat x (1- n)))))
-(defthm repeat-len
+(defthm len-repeat
(implies (natp n)
(equal (len (repeat x n))
n)))
@@ -400,4 +400,3 @@
(implies (atom-listp x)
(equal (encode-direct x)
(encode-modified x))))
-