File: package.lisp

package info (click to toggle)
cl-metabang-bind 20141006-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 220 kB
  • ctags: 72
  • sloc: lisp: 1,582; makefile: 13
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))