ambrevar: Fix `syntax' symbol conflict.

master
Pierre Neidhardt 2021-03-12 10:30:09 +01:00
parent 75b566986c
commit 84ca3427a0
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
(uiop:define-package ambrevar/all
(:nicknames #:$)
(:use #:common-lisp)
(:use #:glyphs)
(:shadow #:syntax)
(:use #:glyphs) ; TODO: Use? `syntax' conflicts with `fof'.
(:import-from #:trivia #:match #:guard)
;; TODO: Use alexandria and serapeum? cmd? fset?
(:use #:alexandria #:serapeum)