diff options
-rw-r--r-- | mew.scm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mew.scm b/mew.scm index 64e2126..053ad98 100644 --- a/mew.scm +++ b/mew.scm @@ -12,7 +12,7 @@ keys len loc mod - negate nth + negate one-of op op* per prn puts rep @@ -93,9 +93,6 @@ (define (dec i) (- i 1)) - (define (nth n lst) - (list-ref lst n)) - (define <>? (case-lambda ((a b) (not (equal? a b))) |