Make some unary functions no longer invisible
Examples: (remove-invisible-fns binary-+ unary-- foo) (remove-invisible-fns + unary-- foo)
The setting above has makes unary functions unary-- and
General Form: (remove-invisible-fns top-fn unary-fn1 ... unary-fnk)
where
See add-invisible-fns and also see invisible-fns-table and see set-invisible-fns-table.