diff options
Diffstat (limited to 'package.lisp')
-rw-r--r-- | package.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.lisp b/package.lisp index 603f6cb..4cdb68f 100644 --- a/package.lisp +++ b/package.lisp @@ -22,11 +22,11 @@ #:comp #:one-of #:all-of - #:negate #:unit #:literal #:nothing #:optional #:many + #:repeat #:whitespace #:separated-list)) |