// -*- 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)"; // ---------------------------------------------------------------------------- define class () slot label-structure-name, init-keyword: #"label-structure-name"; slot label-structure-maximum, init-keyword: #"label-structure-maximum"; slot label-structure-minimum, init-keyword: #"label-structure-minimum"; slot label-structure-and-fn, init-keyword: #"label-structure-and-fn"; slot label-structure-or-fn, init-keyword: #"label-structure-or-fn"; end class ; define class