cl-algebraic-data-type
A library for algebraic data types.
$ area51 add cl-algebraic-data-typeCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-algebraic-data-type:some-function ...)