wenzelm [Tue, 04 Jul 2006 18:39:57 +0200] rev 19994
added 'unfolding';
urbanc [Tue, 04 Jul 2006 17:26:02 +0200] rev 19993
added simplification rules to the fresh_guess tactic
urbanc [Tue, 04 Jul 2006 15:57:19 +0200] rev 19992
made calc_atm stronger by including some relative
obvious simplification rules
ballarin [Tue, 04 Jul 2006 15:45:59 +0200] rev 19991
Locales no longer generate views. The following functions have changed
signatures: Locale.init, Locale.add_thmss, Locale.read/cert_context_statement.
wenzelm [Tue, 04 Jul 2006 15:30:30 +0200] rev 19990
added 'definition', 'unfolding', 'done';
tuned;
wenzelm [Tue, 04 Jul 2006 15:30:29 +0200] rev 19989
tuned;
wenzelm [Tue, 04 Jul 2006 15:30:28 +0200] rev 19988
added 'value';
tuned;
berghofe [Tue, 04 Jul 2006 15:26:56 +0200] rev 19987
- put declarations inside a structure (NominalPermeq)
- dynamic_thm(s) now looks up theorems in theory
associated with proof state (rather than in context
associated with simpset)
- finite_guess_tac now automatically adds some extra
rules about supp to the simpset
berghofe [Tue, 04 Jul 2006 15:22:54 +0200] rev 19986
- nominal_permeq.ML is now loaded before nominal_package.ML
- methods and tactics in nominal_permeq.ML are now defined
inside structure NominalPermeq, therefore the names
in the method_setup section had to be changed
berghofe [Tue, 04 Jul 2006 15:20:43 +0200] rev 19985
Implemented proofs of equivariance and finite support
for graph of recursion combinator.