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

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