Make some unary functions invisible to the loop-stopper algorithm
Examples: (add-invisible-fns binary-+ unary-- foo) (add-invisible-fns + unary-- foo)
Each of the events above makes unary functions unary-- and
General Form: (add-invisible-fns top-fn unary-fn1 ... unary-fnk)
where
For more information see invisible-fns-table. Also see set-invisible-fns-table, which explains how to set the entire table in a single event, and see remove-invisible-fns.