From 1505dcf49d8a727b95f15e84a8ea4eda6a5a9ec2 Mon Sep 17 00:00:00 2001 From: colin Date: Sun, 23 Jun 2024 12:49:46 -0700 Subject: changes various and sundry --- src/package.lisp | 161 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 159 insertions(+), 2 deletions(-) (limited to 'src/package.lisp') diff --git a/src/package.lisp b/src/package.lisp index 8fa3090..e374784 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -3,5 +3,162 @@ (defpackage #:hypnotisml (:use #:cl) (:local-nicknames - (#:a #:alexandria)) - (:shadow #:loop #:method)) + (#:a #:alexandria) + (#:mop #:closer-mop)) + ;; Core Html Elements + (:export + #: + #: + #:
+ #: + #:
+ #: