summaryrefslogtreecommitdiff
path: root/src/package.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/package.lisp')
-rw-r--r--src/package.lisp13
1 files changed, 9 insertions, 4 deletions
diff --git a/src/package.lisp b/src/package.lisp
index e374784..c811dad 100644
--- a/src/package.lisp
+++ b/src/package.lisp
@@ -3,8 +3,7 @@
(defpackage #:hypnotisml
(:use #:cl)
(:local-nicknames
- (#:a #:alexandria)
- (#:mop #:closer-mop))
+ (#:a #:alexandria))
;; Core Html Elements
(:export
#:<a>
@@ -148,16 +147,22 @@
#:@
#:@=
#:@~
+ #:@?
#:$
#:$=
- #:$~)
+ #:$~
+ #:$?)
-
;; parenscript macros
(:export
#:$$
#:$$replace)
+ ;; transforms and structure editing
+ (:export
+ #:dom-transform
+ #:children=)
+
;; rendering
(:export
#:html)