Sat, 07 Apr 2007 18:54:30 +0200removed obsolete workarounds
krauss [Sat, 07 Apr 2007 18:54:30 +0200] rev 22612
removed obsolete workarounds

Sat, 07 Apr 2007 12:40:32 +0200deleted remaining instances of swap_simp_a and swap_simp_b (obsolete now)
urbanc [Sat, 07 Apr 2007 12:40:32 +0200] rev 22611
deleted remaining instances of swap_simp_a and swap_simp_b (obsolete now)

Sat, 07 Apr 2007 11:36:35 +0200tuned slightly the previous commit
urbanc [Sat, 07 Apr 2007 11:36:35 +0200] rev 22610
tuned slightly the previous commit

Sat, 07 Apr 2007 11:05:25 +0200perm_simp can now simplify using the rules (a,b) o a = b and (a,b) o b = a
narboux [Sat, 07 Apr 2007 11:05:25 +0200] rev 22609
perm_simp can now simplify using the rules (a,b) o a = b and (a,b) o b = a

Fri, 06 Apr 2007 01:26:30 +0200add new standard proofs for limits of sequences
huffman [Fri, 06 Apr 2007 01:26:30 +0200] rev 22608
add new standard proofs for limits of sequences

Thu, 05 Apr 2007 14:56:54 +0200Replaced add_inductive_i by add_inductive_global.
berghofe [Thu, 05 Apr 2007 14:56:54 +0200] rev 22607
Replaced add_inductive_i by add_inductive_global.

Thu, 05 Apr 2007 14:56:10 +0200- Tried to make name_of_thm more robust against changes of the
berghofe [Thu, 05 Apr 2007 14:56:10 +0200] rev 22606
- Tried to make name_of_thm more robust against changes of the
structure of proofs.
- Now uses add_inductive_global rather than add_inductive_i for
the definition of the realizability predicate.

Thu, 05 Apr 2007 14:51:28 +0200- Removed occurrences of ProofContext.export in add_ind_def that
berghofe [Thu, 05 Apr 2007 14:51:28 +0200] rev 22605
- Removed occurrences of ProofContext.export in add_ind_def that
caused theorems to end up in the wrong context
- Explicit parameters are now generalized in theorems returned
by add_inductive(_i)

Thu, 05 Apr 2007 00:30:32 +0200thy_deps: sort Context.thy_ord;
wenzelm [Thu, 05 Apr 2007 00:30:32 +0200] rev 22604
thy_deps: sort Context.thy_ord;

Thu, 05 Apr 2007 00:30:31 +0200added thy_ord -- order of creation;
wenzelm [Thu, 05 Apr 2007 00:30:31 +0200] rev 22603
added thy_ord -- order of creation;
ancestors: back to traditional ad-hoc order (avoid occasional problems with get_thm);