already-inlined-quot? ( quot -- ? )


Vocabulary
compiler.tree.propagation.call-effect

Definition
IN: compiler.tree.propagation.call-effect

GENERIC: already-inlined-quot? ( quot -- ? )


Methods
USING: accessors compiler.tree.propagation.call-effect kernel ;

M: compose already-inlined-quot?
[ first>> already-inlined-quot? ]
[ second>> already-inlined-quot? ] bi or ;


USING: accessors compiler.tree.propagation.call-effect kernel ;

M: curry already-inlined-quot? quot>> already-inlined-quot? ;


USING: compiler.tree.propagation.call-effect
compiler.tree.propagation.inlining quotations ;

M: quotation already-inlined-quot? already-inlined? ;