Define hsx package

This commit is contained in:
Akira Tempaku 2024-05-27 16:54:46 +09:00
commit 0343f01263
3 changed files with 10 additions and 11 deletions

View file

@ -1,7 +1,6 @@
(defpackage :hsx
(uiop:define-package :hsx
(:nicknames #:hsx/main)
(:import-from #:hsx/element)
(:import-from #:hsx/hsx)
(:import-from #:hsx/builtin)
(:use #:cl))
(:use #:cl)
(:use-reexport #:hsx/hsx)
(:import-from #:hsx/builtin))
(in-package :hsx)