Commit ae44c4991c564e468b83524bc0654448ce81e18a

Thomas de Grivel 2018-07-29T16:20:32

simple-string

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/positional.lisp b/positional.lisp
index caea7ac..444800b 100644
--- a/positional.lisp
+++ b/positional.lisp
@@ -16,6 +16,8 @@
 (defgeneric base-parse (base input))
 (defgeneric base-positional (base number))
 
+(declaim (type simple-string *integer-base*))
+
 (defvar *integer-base*
   "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz")