Function: get-wisp-form

Source

(defun get-wisp-form (name)
  (gethash (^string name) *wisp-forms*))
Source Context