validate-list
Allows you to validate the contents and structure of a list based off of a template
$ area51 add validate-listCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(validate-list:some-function ...)