huffman [Fri, 06 Apr 2007 01:26:30 +0200] rev 22608
add new standard proofs for limits of sequences
berghofe [Thu, 05 Apr 2007 14:56:54 +0200] rev 22607
Replaced add_inductive_i by add_inductive_global.
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.
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)
wenzelm [Thu, 05 Apr 2007 00:30:32 +0200] rev 22604
thy_deps: sort Context.thy_ord;
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);
wenzelm [Wed, 04 Apr 2007 23:29:42 +0200] rev 22602
simplified thy_deps using Theory.ancestors_of (in order of creation);
wenzelm [Wed, 04 Apr 2007 23:29:41 +0200] rev 22601
renamed Variable.importT to importT_thms;
wenzelm [Wed, 04 Apr 2007 23:29:40 +0200] rev 22600
removed unused dep_graph;
wenzelm [Wed, 04 Apr 2007 23:29:39 +0200] rev 22599
theory: maintain ancestors in order of creation;