Class: THE-FORM

Slots

  • TYPE-FORM
  • VALUE

Hierachy

Precedence List

Source

(defclass the-form (form)
  ((type-form :accessor type-form :initarg :type-form)
   (value :accessor value :initarg :value)))
Source Context