package.lisp @ 2898f6fe4376

Add git man pages
author Steve Losh <steve@stevelosh.com>
date Thu, 12 Jan 2017 16:28:29 +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))