removed unused infrastructure.
[CommonLispStat.git] / src / describe / summarize.lisp
blobe0018d6eeee0b2814cb16fdc1767dca321a1fc60
1 ;;; -*- mode: lisp -*-
3 ;;; Time-stamp: <2010-02-10 21:58:13 tony>
4 ;;; Creation: <2009-03-12 17:14:56 tony>
5 ;;; File: summarize.lisp
6 ;;; Author: AJ Rossini <blindglobe@gmail.com>
7 ;;; Copyright: (c)2009--, AJ Rossini. MIT.license (see top-level directory)
8 ;;; Purpose: Summarization strategy
10 ;;; What is this talk of 'release'? Klingons do not make software
11 ;;; 'releases'. Our software 'escapes', leaving a bloody trail of
12 ;;; designers and quality assurance people in its wake.
14 (in-package :cls-core-methods)
16 (defgeneric summarize (ds &allow-other-keys)
17 (:documentation "general approach to providing summarizes. Tie in different approachs to hat we want to do."))