File: package.lisp

package info (click to toggle)
cl-metabang-bind 20200101.git9ab6e64-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 240 kB
  • sloc: lisp: 1,608; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 225 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
(in-package #:common-lisp-user)

(defpackage #:metabang-bind-test
  (:use #:common-lisp #:lift #:metabang-bind)
  (:import-from #:metabang-bind
                #:bind-fix-nils-destructured
		#:bind-get-vars-from-lambda-list))