Export portions of `lol-ucw'
[clinton/lisp-on-lines.git] / src / ucw / packages.lisp
CommitLineData
4358148e 1
2(defpackage lisp-on-lines-ucw
3 (:documentation "An LoL Layer over ucw.basic")
4 (:nicknames #:lol-ucw)
6963098f 5 (:use #:lisp-on-lines #:ucw :ucw-core :common-lisp :arnesi :contextl)
e8fd1a9a 6 (:shadowing-import-from :js
7 #:new)
8 (:shadowing-import-from :ucw-core
7dd8b225 9 #:parent)
e8fd1a9a 10 (:import-from :ucw-standard
11 #:call #:answer #:defaction #:*source-component*)
7dd8b225
CE
12 (:export #:dlambda
13 #:described-component-class
14 #:lisp-on-lines-application
15 #:lisp-on-lines-component
16 #:lisp-on-lines-component-class
17 #:lol-component))