File: utilities-integration.lisp

package info (click to toggle)
cl-containers 20170403-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,072 kB
  • ctags: 1,387
  • sloc: lisp: 8,341; makefile: 14
file content (9 lines) | stat: -rw-r--r-- 223 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
(in-package #:metatilities)

(eval-when (:compile-toplevel)
  (export-exported-symbols '#:cl-containers '#:metatilities))

(make-load-form* containers:abstract-container)
(make-load-form* containers:container-node-mixin)