From 688ade34430eb1d4d205698cae810c35c8f44d21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20Tom=C3=A1s?= Date: Fri, 8 Nov 2024 15:06:17 -0300 Subject: Turn bind and one-of into macros to avoid eagerly evaluating arguments --- package.lisp | 1 + 1 file changed, 1 insertion(+) (limited to 'package.lisp') diff --git a/package.lisp b/package.lisp index bd3f17b..cf3f1df 100644 --- a/package.lisp +++ b/package.lisp @@ -15,6 +15,7 @@ #:optional #:many #:repeat + #:whitespace? #:whitespace #:separated-list #:surround)) -- cgit v1.2.3