diff options
author | Juan Manuel Tomás <jtomas1815@gmail.com> | 2025-06-09 02:45:24 -0300 |
---|---|---|
committer | Juan Manuel Tomás <jtomas1815@gmail.com> | 2025-06-09 02:45:24 -0300 |
commit | 2556460ea3fb9d52db1f24b287b35dc7b0f62cab (patch) | |
tree | 6f66a4e83f9ab7a45f67b1c0ce9aa2b77e778588 /package.lisp | |
parent | a4a4c78d13e9eab2427b930c067278207508d60e (diff) | |
download | monparser-2556460ea3fb9d52db1f24b287b35dc7b0f62cab.tar.gz monparser-2556460ea3fb9d52db1f24b287b35dc7b0f62cab.zip |
Remove separated-list
Diffstat (limited to 'package.lisp')
-rw-r--r-- | package.lisp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.lisp b/package.lisp index 2b64c6f..7067dfb 100644 --- a/package.lisp +++ b/package.lisp @@ -16,5 +16,4 @@ #:many #:repeat #:whitespace? - #:whitespace - #:separated-list)) + #:whitespace)) |