package.lisp @ 49191daa42d0

Add variable/binding substitution
author Steve Losh <steve@stevelosh.com>
date Wed, 09 Mar 2016 11:48:07 +0000
parents a6a6f6361af3
children 5bb73a585f2c
(defpackage #:bones
  (:use #:cl)
  (:export #:hello))

(defpackage #:bones.paip
  (:use #:cl #:defstar #:bones.utils)
  (:export #:unify
           #:fail #:no-bindings
           #:*check-occurs*))