validate-list

MIT

Allows you to validate the contents and structure of a list based off of a template

$ area51 add validate-listCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(validate-list:some-function ...)