Export portions of `lol-ucw'
[clinton/lisp-on-lines.git] / src / ucw / packages.lisp
index 5649f6c..99348c6 100644 (file)
@@ -3,18 +3,15 @@
   (:documentation "An LoL Layer over ucw.basic")
   (:nicknames #:lol-ucw)
   (:use #:lisp-on-lines #:ucw :ucw-core :common-lisp :arnesi :contextl)
-
   (:shadowing-import-from :js
    #:new)  
   (:shadowing-import-from :ucw-core
-   #:parent )
+   #:parent)
   (:import-from :ucw-standard 
        #:call #:answer #:defaction #:*source-component*)
-  
-
-               
-  (:export 
-   
-   #:lol-component   
-   #:described-component-class))
-
+  (:export #:dlambda
+          #:described-component-class
+          #:lisp-on-lines-application
+          #:lisp-on-lines-component
+          #:lisp-on-lines-component-class
+          #:lol-component))
\ No newline at end of file