;ELC ;;; Compiled ;;; in Emacs version 26.3 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. ;;; This file does not contain utf-8 non-ASCII characters, ;;; and so can be loaded in Emacs versions earlier than 23. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (byte-code "\300\301!\210\300\302!\210\303\304\305\306!\"\210\303\307\310\306!\"\210\303\311\307\"\210\312\311\313\314#\210\315\306\316\307#\317\306\320\321\322$\207" [require eieio adopted-operation defalias adopted-compound-p eieio-make-class-predicate adopted-compound adopted-compound--eieio-childp eieio-make-child-predicate adopted-compound-child-p make-obsolete "use (cl-typep ... \\='adopted-compound) instead" "25.1" define-symbol-prop cl-deftype-satisfies eieio-defclass-internal (adopted-operation) ((children :initarg :children :type list :initform nil :documentation "")) (:documentation "Objects of this class are operations, which are composed of a\nnumber of child operation.")] 6) #@73 Create a new object of class type `adopted-compound'. (fn &rest SLOTS) (defalias 'adopted-compound #[128 "\300\301\302#\207" [apply make-instance adopted-compound] 5 (#$ . 1106)]) (byte-code "\300\301\302\303#\300\207" [function-put adopted-compound compiler-macro adopted-compound--anon-cmacro] 4) #@26 (fn WHOLE &rest SLOTS) (defalias 'adopted-compound--anon-cmacro #[385 "\211@;\204\207\300\301\302@@#@\303@DABB\"\207" [macroexp--warn-and-return format "Obsolete name arg %S to constructor %S" identity] 7 (#$ . 1413)]) (byte-code "\300\301\302\303\302\304%\210\300\305\302\306\302\307%\210\310\311!\207" [cl-generic-define-method rudel-apply nil ((this adopted-compound) object) #[514 "\300\301\"@\300\301\"A\2054\302\"\210\211\211\203(\211@\303\"\262A\266\202\202\210\211A\262\242\262\202 \266\202\207" [slot-value children rudel-apply adopted-transform] 10 "Apply THIS to BUFFER by applying the child operation.\n\n(fn THIS OBJECT)"] adopted-transform ((this adopted-compound) other) #[514 "\300\301\"\211\203\211@\302\"\262A\266\202\202\210\207" [slot-value children adopted-transform] 8 "Transform OTHER using the child operations of THIS.\n\n(fn THIS OTHER)"] provide adopted-compound] 6)