Adds names to current theory
Example: (enable fact (:e fact) associativity-of-app) General Form: (enable name1 name2 ... namek)
where each
For related utilities, see disable and see e/d.
The standard way to ``enable'' a fixed set of names, is as follows; see hints and see in-theory.
:in-theory (enable name1 name2 ... namek) ; in a hint (in-theory (enable name1 name2 ... namek)) ; as an event (local ; often desirable, to avoid exporting from the current context (in-theory (enable name1 name2 ... namek)))
Note that all the names are implicitly quoted. If you wish to enable a
computed list of names,