(def eschtmlchar (c) (case c #\< "<" #\> ">" #\& "&" (string c))) (defpat eschtmlchar-pat (#\<) "<" (#\>) ">" (#\&) "&" (c) (string c))