(symbols-with-pos-enabled t))
(when-let ((val-form (plist-get props :group)))
(scope-quoted-group local val-form))))
+ (cl-typep
+ (when-let* ((alias-form (cadr forms))
+ ((eq (scope-sym-bare (car-safe alias-form)) 'quote))
+ (alias (cadr alias-form))
+ (beg (scope-sym-pos alias))
+ (bare (scope-sym-bare alias)))
+ (unless (booleanp bare)
+ (funcall scope-callback 'type beg (length (symbol-name bare)) nil))))
(throw
(when-let* ((tag-form (car forms))
((memq (scope-sym-bare (car-safe tag-form)) '(quote \`)))