Commit 7cabb8dd0c44ce34aba2e8878db7fa156c80c2bc

Thomas de Grivel 2013-12-10T16:30:11

ws

diff --git a/package.lisp b/package.lisp
index fb24842..610426a 100644
--- a/package.lisp
+++ b/package.lisp
@@ -22,9 +22,20 @@
   (:nicknames :L>uri)
   (:use :cl :alexandria)
   (:export
-   #:str #:atom-str #:walk-str #:write-str
-   #:rope-merge #:rope-nmerge #:write-rope
+   ;;  Char
    #:case-char
-   #:uri-template #:uri-template-expand
+   ;;  Str
+   #:str
+   #:atom-str
+   #:walk-str
+   #:write-str
+   ;;  Rope
+   #:rope-merge
+   #:rope-nmerge
+   #:write-rope
+   ;;  URI
    #:canonical-document-uri
-   #:%-encode-char))
+   #:%-encode-char
+   ;;  URI Template
+   #:uri-template
+   #:uri-template-expand))