File: lw-compat-package.lisp

package info (click to toggle)
cl-lw-compat 0.22-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 64 kB
  • ctags: 8
  • sloc: lisp: 48; makefile: 29; sh: 26
file content (7 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
(in-package :cl-user)

#-lispworks
(defpackage #:lispworks
  (:use #:common-lisp)
  (:export #:appendf #:nconcf #:rebinding #:removef
	   #:when-let #:when-let* #:with-unique-names))