Class: LAMBDA-FUNCTION-FORM

Slots

  • ARGUMENTS

Hierachy

Precedence List

Source

(defclass lambda-function-form (function-form implicit-progn-with-declare-mixin)
  ((arguments :accessor arguments :initarg :arguments)))
Source Context