diff options
author | colin <colin@cicadas.surf> | 2023-07-18 18:04:41 -0700 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2023-07-18 18:04:41 -0700 |
commit | a2f6e93519695cc145539049af60d3e41ec52fad (patch) | |
tree | 9a8b2686b5e713faa10ab6f0fd4d34a82a98484f /package.lisp |
Initial commit
Diffstat (limited to 'package.lisp')
-rw-r--r-- | package.lisp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package.lisp b/package.lisp new file mode 100644 index 0000000..a759685 --- /dev/null +++ b/package.lisp @@ -0,0 +1,6 @@ +;;;; package.lisp + +(defpackage #:argot + (:use #:cl) + (:import-from #:trivia #:match #:ematch #:guard) + (:import-from #:alexandria #:if-let)) |