package.lisp @ 37d2a6b3aaf0

Remove failed ing attempt
author Steve Losh <steve@stevelosh.com>
date Thu, 12 Jan 2017 22:39:04 +0000
parents f31f114d1e79
children 835e1bf26a35
(defpackage :chancery
  (:use :cl :chancery.quickutils)
  (:export
    :define-rule

    :quote
    :bind
    :bind*
    :eval

    :cap
    :cap-all
    :q
    :a
    :s
    :pos))