From f3cc5d4cc7e722e44fe92e63a66983dfb012395c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20Tom=C3=A1s?= Date: Sat, 17 Dec 2022 03:48:05 -0300 Subject: Add negate operator and polish literals --- package.lisp | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'package.lisp') diff --git a/package.lisp b/package.lisp index 45e8266..50ce3df 100644 --- a/package.lisp +++ b/package.lisp @@ -7,13 +7,15 @@ (:use #:cl) (:export #:run #:fail - #:either + #:comp + #:one-of + #:all-of + #:negate + #:unit-if #:unit #:not-unit - #:unit-if #:literal - #:until-literal - #:comp + #:not-literal #:nothing #:optional #:many -- cgit v1.2.3