Define hsx package
This commit is contained in:
parent
56c51ee0f8
commit
0343f01263
3 changed files with 10 additions and 11 deletions
src
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue