;;; -*- Mode: LISP; Syntax: Common-lisp; Package: DTP; Base: 10 -*- ;;;---------------------------------------------------------------------------- ;;; ;;; File Labels.Lisp ;;; System Don's Theorem Prover ;;; ;;; Written by Don Geddis (Geddis@CS.Stanford.Edu) (in-package "DTP") ;;;---------------------------------------------------------------------------- (defstruct label-structure name maximum minimum and-fn or-fn ) (defstruct (label (:print-function label-print-function) ) value structure ) (defun label-print-function (structure stream depth) (declare (ignore depth)) (format stream "