File: package.lisp

package info (click to toggle)
trivial-macroexpand-all 0~git20171020.933270a-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 68 kB
  • sloc: lisp: 50; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 101 bytes parent folder | download
1
2
3
4
5
;;;; package.lisp

(defpackage #:trivial-macroexpand-all
  (:use #:cl)
  (:export :macroexpand-all))