wenzelm [Sun, 14 Oct 2001 20:02:30 +0200] rev 11752
removed Ord;
wenzelm [Sun, 14 Oct 2001 20:02:11 +0200] rev 11751
removed Ord.thy (now part of HOL.thy).
wenzelm [Sun, 14 Oct 2001 20:01:42 +0200] rev 11750
judgment Trueprop;
proper declarations of atomize rules;
incorporate theory Ord;
proper section and text markup;
tuned;
wenzelm [Sun, 14 Oct 2001 20:00:32 +0200] rev 11749
added ML bindings from former theory Ord;
wenzelm [Sun, 14 Oct 2001 19:59:55 +0200] rev 11748
eliminated atomize rules;
wenzelm [Sun, 14 Oct 2001 19:59:15 +0200] rev 11747
judgment Trueprop;
proper declarations of atomize rules;
wenzelm [Sat, 13 Oct 2001 21:46:53 +0200] rev 11746
updated;
wenzelm [Sat, 13 Oct 2001 21:45:23 +0200] rev 11745
* HOL: 'typedef' now allows alternative names for Rep/Abs morphisms;
wenzelm [Sat, 13 Oct 2001 21:44:58 +0200] rev 11744
'morphisms' spec;
tuned goal pattern for set;
wenzelm [Sat, 13 Oct 2001 21:43:00 +0200] rev 11743
tuned;
wenzelm [Sat, 13 Oct 2001 20:32:38 +0200] rev 11742
generic theorem kinds;
wenzelm [Sat, 13 Oct 2001 20:32:07 +0200] rev 11741
generic theorem kinds ("theorem", "lemma" etc.);
wenzelm [Sat, 13 Oct 2001 20:31:34 +0200] rev 11740
IsarThy.theorem_i Drule.internalK;
wenzelm [Sat, 13 Oct 2001 20:31:05 +0200] rev 11739
Drule.tag_internal;
wenzelm [Sat, 13 Oct 2001 20:30:38 +0200] rev 11738
* Pure: added 'corollary' command;
berghofe [Fri, 12 Oct 2001 18:29:51 +0200] rev 11737
Tuned comment.
berghofe [Fri, 12 Oct 2001 16:57:07 +0200] rev 11736
- Exported goals_conv and fconv_rule
- Added forall_conv
wenzelm [Fri, 12 Oct 2001 12:13:31 +0200] rev 11735
removed vars_of, concls_of;
removed additional rule instantiation argument;
proper enumeration of type rules;
append possibilities of set and type rules (analogous to elim-intro in 'rule');
wenzelm [Fri, 12 Oct 2001 12:11:39 +0200] rev 11734
declare impE iffD1 iffD2 ad elim of Pure;
wenzelm [Fri, 12 Oct 2001 12:10:07 +0200] rev 11733
removed lookups count;
always try headless rules;
wenzelm [Fri, 12 Oct 2001 12:09:38 +0200] rev 11732
added make_thm (sort-of);
wenzelm [Fri, 12 Oct 2001 12:09:21 +0200] rev 11731
added trace_rules, trace;
wenzelm [Fri, 12 Oct 2001 12:08:57 +0200] rev 11730
removed get_cases, get_induct;
added find_cases[ST], finde_induct[ST];
proper indexing of types;
wenzelm [Fri, 12 Oct 2001 12:08:04 +0200] rev 11729
removed read_inst', no longer export insts';
wenzelm [Fri, 12 Oct 2001 12:07:27 +0200] rev 11728
fixed typid;
wenzelm [Fri, 12 Oct 2001 12:06:54 +0200] rev 11727
test: use SkipProof.make_thm instead of Thm.assume;
wenzelm [Fri, 12 Oct 2001 12:06:23 +0200] rev 11726
tuned;
wenzelm [Fri, 12 Oct 2001 12:06:10 +0200] rev 11725
HOLogic.dest_concls, InductAttrib.vars_of;