Add type checking for function

This commit is contained in:
Marcus Kammer 2023-09-18 22:18:45 +02:00
parent 1f1828ee37
commit 111997817d
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -140,6 +140,7 @@ Example:
`((process-choice ,group ,choice))))
(:hr :class (spacing :property "m" :side "y" :size 4)))))
(declaim (ftype (function (plist) list) split-plist-by-keyword))
(defun split-plist-by-keyword (plist)
"Splits a property list (PLIST) into a list of smaller property lists, each starting with a keyword.