aboutsummaryrefslogtreecommitdiff
path: root/package.lisp
blob: d6a307dfa165702cf3dacad539f8473305c58a75 (plain)
1
2
3
4
5
6
7
;;;; package.lisp

(defpackage #:lambda-tools
  (:use #:cl)
  (:export #:$$
           #:$and
           #:$or))