assert-p

GPLv3

A library of assertions written in Common Lisp.

$ area51 add assert-pCopy

Usage

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