haftmann [Tue, 19 Sep 2006 15:21:58 +0200] rev 20595
improved numeral handling for nbe
haftmann [Tue, 19 Sep 2006 15:21:55 +0200] rev 20594
added suspensions in Pure
haftmann [Tue, 19 Sep 2006 15:21:52 +0200] rev 20593
added some stuff for code generation 2
haftmann [Tue, 19 Sep 2006 15:21:51 +0200] rev 20592
dropped error-prone code generation 2 for wfrec
haftmann [Tue, 19 Sep 2006 15:21:48 +0200] rev 20591
text cleanup
haftmann [Tue, 19 Sep 2006 15:21:44 +0200] rev 20590
introduced syntactic classes; moved some setup to Pure/codegen, Pure/nbe or OperationalEquality.thy
haftmann [Tue, 19 Sep 2006 15:21:43 +0200] rev 20589
explicit divmod algorithm for code generation
haftmann [Tue, 19 Sep 2006 15:21:42 +0200] rev 20588
added operational equality
haftmann [Tue, 19 Sep 2006 15:21:41 +0200] rev 20587
added section on code generation 2
haftmann [Tue, 19 Sep 2006 15:21:39 +0200] rev 20586
code_gen now peek keyword
haftmann [Tue, 19 Sep 2006 15:19:38 +0200] rev 20585
cleanupdiff
huffman [Tue, 19 Sep 2006 06:22:26 +0200] rev 20584
added classes real_div_algebra and real_field; added lemmas
huffman [Tue, 19 Sep 2006 05:54:17 +0200] rev 20583
add Real/RealVector.thy
wenzelm [Mon, 18 Sep 2006 19:40:14 +0200] rev 20582
* Pure: 'class_deps' command visualizes the subclass relation;
wenzelm [Mon, 18 Sep 2006 19:39:14 +0200] rev 20581
added class_deps;
wenzelm [Mon, 18 Sep 2006 19:39:11 +0200] rev 20580
added dest_arg, i.e. a tuned version of #2 o dest_comb;
wenzelm [Mon, 18 Sep 2006 19:39:07 +0200] rev 20579
Thm.dest_arg;
wenzelm [Mon, 18 Sep 2006 19:12:50 +0200] rev 20578
Present.display_graph;
wenzelm [Mon, 18 Sep 2006 19:12:49 +0200] rev 20577
added display_graph (from thm_deps.ML);
wenzelm [Mon, 18 Sep 2006 19:12:48 +0200] rev 20576
output: uninterpreted raw symbols -- these are usually LaTeX macros;
wenzelm [Mon, 18 Sep 2006 19:12:47 +0200] rev 20575
pretty_thm: graceful treatment of ProtoPure.thy;
wenzelm [Mon, 18 Sep 2006 19:12:46 +0200] rev 20574
added class_deps;
wenzelm [Mon, 18 Sep 2006 19:12:45 +0200] rev 20573
classes: maintain serial number;
wenzelm [Mon, 18 Sep 2006 19:12:44 +0200] rev 20572
tuned;
wenzelm [Mon, 18 Sep 2006 19:12:43 +0200] rev 20571
isatool browser: renamed option -d to -c (cf. isatool tool)
wenzelm [Mon, 18 Sep 2006 19:12:42 +0200] rev 20570
PRIVATE_FILE: slightly more robust way to create and dispose;
wenzelm [Mon, 18 Sep 2006 19:12:41 +0200] rev 20569
renamed option -d to -c (cf. isatool display);
operate on PRIVATE_FILE;
wenzelm [Mon, 18 Sep 2006 19:12:40 +0200] rev 20568
updated;
paulson [Mon, 18 Sep 2006 16:21:24 +0200] rev 20567
Bug fix to prevent exception dest_Free from escaping
paulson [Mon, 18 Sep 2006 16:00:19 +0200] rev 20566
Added the max_new parameter, which is a cap on how many clauses may be admitted per round.
Also various tidying up.
obua [Mon, 18 Sep 2006 15:11:31 +0200] rev 20565
replaced implodeable_Ext by set_like
chaieb [Mon, 18 Sep 2006 10:09:57 +0200] rev 20564
Reifiaction now deals with Interpretations with an arbtrary number of parameters. It deals with binding. The Atomic cases can be I ... = f (xs!n)
instead of only ... = xs!n.
huffman [Mon, 18 Sep 2006 07:48:07 +0200] rev 20563
replace (x + - y) with (x - y)
huffman [Sun, 17 Sep 2006 16:44:51 +0200] rev 20562
add type constraint to otherwise looping iff rule
huffman [Sun, 17 Sep 2006 16:44:05 +0200] rev 20561
generalize type of (NS)LIM to work on functions with vector space domain types
huffman [Sun, 17 Sep 2006 16:42:38 +0200] rev 20560
norm_one is now proved from other class axioms
huffman [Sun, 17 Sep 2006 02:56:25 +0200] rev 20559
removed capprox, CFinite, CInfinite, CInfinitesimal, cmonad, and cgalaxy in favor of polymorphic constants
huffman [Sun, 17 Sep 2006 02:53:36 +0200] rev 20558
hcmod abbreviates hnorm :: hcomplex => hypreal
huffman [Sat, 16 Sep 2006 23:46:38 +0200] rev 20557
complex_of_real abbreviates of_real::real=>complex;
cmod abbreviates norm::complex=>real;
removed several redundant lemmas
huffman [Sat, 16 Sep 2006 19:14:37 +0200] rev 20556
add instance for real_algebra_1 and real_normed_div_algebra
huffman [Sat, 16 Sep 2006 19:12:54 +0200] rev 20555
add instances for real_vector and real_algebra
huffman [Sat, 16 Sep 2006 19:12:03 +0200] rev 20554
define new constant of_real for class real_algebra_1;
define set Reals as range of_real;
add lemmas about of_real and Reals
huffman [Sat, 16 Sep 2006 18:04:14 +0200] rev 20553
int_diff_cases moved to Integ/IntDef.thy
huffman [Sat, 16 Sep 2006 02:40:00 +0200] rev 20552
generalized types of many constants to work over arbitrary vector spaces;
modified theorems using Rep_star to eliminate existential quantifiers
huffman [Sat, 16 Sep 2006 02:35:58 +0200] rev 20551
add theorem norm_diff_triangle_ineq
huffman [Sat, 16 Sep 2006 02:32:48 +0200] rev 20550
add required type annotation
wenzelm [Fri, 15 Sep 2006 22:56:17 +0200] rev 20549
removed type aliases for theory/theory_ref;
wenzelm [Fri, 15 Sep 2006 22:56:13 +0200] rev 20548
renamed Term.map_term_types to Term.map_types (cf. Term.fold_types);
wenzelm [Fri, 15 Sep 2006 22:56:08 +0200] rev 20547
tuned;
wenzelm [Fri, 15 Sep 2006 20:08:38 +0200] rev 20546
rrule: maintain 'extra' field for rule that contain extra vars outside elhs;
rewrite_rule_extra_vars: tuned;
rewritec: omit incr_indexes in most cases, which is a big performance gain;
wenzelm [Fri, 15 Sep 2006 20:08:37 +0200] rev 20545
instantiate: omit has_duplicates check, which is irrelevant for soundness;
webertj [Fri, 15 Sep 2006 18:06:51 +0200] rev 20544
trivial whitespace change
wenzelm [Fri, 15 Sep 2006 16:49:41 +0200] rev 20543
tuned;
wenzelm [Thu, 14 Sep 2006 22:48:37 +0200] rev 20542
more on theorems;
huffman [Thu, 14 Sep 2006 21:42:21 +0200] rev 20541
generalized types of Infinitesimal, HFinite, and HInfinite to work over nonstandard extensions of any real normed vector space
huffman [Thu, 14 Sep 2006 21:36:26 +0200] rev 20540
add instance for class division_ring
huffman [Thu, 14 Sep 2006 20:31:10 +0200] rev 20539
removed duplicate lemmas
huffman [Thu, 14 Sep 2006 19:18:10 +0200] rev 20538
fixed syntax clash with Real/RealVector
wenzelm [Thu, 14 Sep 2006 15:51:20 +0200] rev 20537
*** empty log message ***
krauss [Thu, 14 Sep 2006 15:27:08 +0200] rev 20536
Function package: Outside their domain functions now return "arbitrary".