wenzelm [Thu, 05 Jul 2007 20:01:30 +0200] rev 23593
renamed Conv.is_refl to Thm.is_reflexive;
wenzelm [Thu, 05 Jul 2007 20:01:29 +0200] rev 23592
renamed ObjectLogic.atomize_tac to ObjectLogic.atomize_prems_tac;
simplified ObjectLogic.atomize;
wenzelm [Thu, 05 Jul 2007 20:01:28 +0200] rev 23591
simplified ObjectLogic.atomize;
wenzelm [Thu, 05 Jul 2007 20:01:26 +0200] rev 23590
renamed ObjectLogic.atomize_tac to ObjectLogic.atomize_prems_tac;
aspinall [Thu, 05 Jul 2007 19:59:01 +0200] rev 23589
Revert body of pgml to match schema for now [change bad for Broker]
aspinall [Thu, 05 Jul 2007 19:57:19 +0200] rev 23588
Classify -- comments as ordinary comments (no undo)
wenzelm [Thu, 05 Jul 2007 00:15:44 +0200] rev 23587
tuned;
wenzelm [Thu, 05 Jul 2007 00:06:25 +0200] rev 23586
avoid polymorphic equality;
added dest_judgment;
wenzelm [Thu, 05 Jul 2007 00:06:24 +0200] rev 23585
sort_le: tuned eq case;
wenzelm [Thu, 05 Jul 2007 00:06:23 +0200] rev 23584
tuned goal conversion interfaces;
wenzelm [Thu, 05 Jul 2007 00:06:22 +0200] rev 23583
else_conv: only handle THM | CTERM | TERM | TYPE;
prems_conv: no index;
renamed goal_conv_rule to gconv_rule;
wenzelm [Thu, 05 Jul 2007 00:06:20 +0200] rev 23582
avoid polymorphic equality;
Numeral.mk_cnumber;
wenzelm [Thu, 05 Jul 2007 00:06:19 +0200] rev 23581
tuned;
wenzelm [Thu, 05 Jul 2007 00:06:18 +0200] rev 23580
moved mk_cnumeral/mk_cnumber to Tools/numeral.ML;
tuned;
wenzelm [Thu, 05 Jul 2007 00:06:17 +0200] rev 23579
avoid polymorphic equality;
do not export ring_conv (which is not a conversion anyway);
renamed algebra_tac to ring_tac;
ring_tac: simplified tactic wrapper, no longer handles ERROR;
wenzelm [Thu, 05 Jul 2007 00:06:16 +0200] rev 23578
avoid polymorphic equality;
removed dead code;
wenzelm [Thu, 05 Jul 2007 00:06:14 +0200] rev 23577
avoid polymorphic equality;
wenzelm [Thu, 05 Jul 2007 00:06:13 +0200] rev 23576
removed dest_cTrueprop (cf. ObjectLogic.dest_judgment);
wenzelm [Thu, 05 Jul 2007 00:06:12 +0200] rev 23575
Logical operations on numerals (see also HOL/hologic.ML).
wenzelm [Thu, 05 Jul 2007 00:06:11 +0200] rev 23574
added Tools/numeral.ML;
wenzelm [Thu, 05 Jul 2007 00:06:10 +0200] rev 23573
common normalizer_funs, avoid cterm_of;
wenzelm [Thu, 05 Jul 2007 00:06:09 +0200] rev 23572
Numeral.mk_cnumber;
aspinall [Wed, 04 Jul 2007 21:20:23 +0200] rev 23571
PGML abstraction, draft version
aspinall [Wed, 04 Jul 2007 21:19:34 +0200] rev 23570
Use pgml
obua [Wed, 04 Jul 2007 17:21:02 +0200] rev 23569
fixed argument order in calls to Integer.pow
wenzelm [Wed, 04 Jul 2007 16:49:36 +0200] rev 23568
added binop_cong_rule;
wenzelm [Wed, 04 Jul 2007 16:49:35 +0200] rev 23567
export dlo_conv;
removed redundant auxiliary operations;
tuned exceptions -- avoid error here;
simplified tactic wrapper (CSUBGOAL, CONVERSION);
merge_ss: recover simpset context;
tuned;
wenzelm [Wed, 04 Jul 2007 16:49:34 +0200] rev 23566
replaced HOLogic.Trueprop_conv by ObjectLogic.judgment_conv;