haftmann [Tue, 09 May 2006 10:08:20 +0200] rev 19597
major refinement of codegen_theorems.ML
haftmann [Tue, 09 May 2006 10:07:38 +0200] rev 19596
removed superfluous eq_ord
haftmann [Tue, 09 May 2006 09:18:05 +0200] rev 19595
improved chmod/chgrp handling
huffman [Mon, 08 May 2006 21:40:40 +0200] rev 19594
speed improvements: expand LCF sublanguage to recognize any constant subterm; also add memoization to cont_tac
wenzelm [Mon, 08 May 2006 17:40:25 +0200] rev 19593
quoted 'termination' command;
wenzelm [Mon, 08 May 2006 17:40:08 +0200] rev 19592
Defs.define: const_typargs;
wenzelm [Mon, 08 May 2006 17:40:07 +0200] rev 19591
added raw_string_of_sort/typ/term;
wenzelm [Mon, 08 May 2006 17:40:06 +0200] rev 19590
simple substructure test for typargs (independent type constructors);
wenzelm [Mon, 08 May 2006 17:40:05 +0200] rev 19589
tuned;
webertj [Mon, 08 May 2006 12:23:57 +0200] rev 19588
string_of_option tuned
wenzelm [Sun, 07 May 2006 00:47:07 +0200] rev 19587
* Isar: removed obsolete 'concl is' patterns.
wenzelm [Sun, 07 May 2006 00:44:50 +0200] rev 19586
removed 'concl is' pattern;
wenzelm [Sun, 07 May 2006 00:22:05 +0200] rev 19585
removed 'concl is' patterns;
wenzelm [Sun, 07 May 2006 00:21:13 +0200] rev 19584
tuned;
krauss [Sun, 07 May 2006 00:00:13 +0200] rev 19583
function-package: Changed record usage to make sml/nj happy...
wenzelm [Fri, 05 May 2006 22:11:19 +0200] rev 19582
get rid of 'concl is';
wenzelm [Fri, 05 May 2006 21:59:49 +0200] rev 19581
more robust pretty_term_typ, using well-typed parse tree representation;
wenzelm [Fri, 05 May 2006 21:59:48 +0200] rev 19580
replaced find_paths by irreducible_paths, i.e. produce paths within a Hasse diagram;
wenzelm [Fri, 05 May 2006 21:59:47 +0200] rev 19579
replaced Sorts.DOMAIN by general Sorts.CLASS_ERROR;
add_types etc.: reject qualified dummy types -- prevents users from messing up some internal conventions;
wenzelm [Fri, 05 May 2006 21:59:46 +0200] rev 19578
added class_error and exception CLASS_ERROR (supercedes DOMAIN);
clarified of_class_derivation;
tuned witness_sorts;
wenzelm [Fri, 05 May 2006 21:59:45 +0200] rev 19577
added syntax for _type_constraint_;
wenzelm [Fri, 05 May 2006 21:59:44 +0200] rev 19576
extern_early: improved handling of undeclared constants;
wenzelm [Fri, 05 May 2006 21:59:43 +0200] rev 19575
replaced Graph.find_paths by Graph.irreducible_paths;
wenzelm [Fri, 05 May 2006 21:59:43 +0200] rev 19574
of_sort: explicit cache value;
simplified internal representation of instances;
wenzelm [Fri, 05 May 2006 21:59:41 +0200] rev 19573
axiomatization;
wenzelm [Fri, 05 May 2006 21:59:39 +0200] rev 19572
* Library: theory Accessible_Part has been move to main HOL.
wenzelm [Fri, 05 May 2006 19:32:35 +0200] rev 19571
Theory.definitions_of;
wenzelm [Fri, 05 May 2006 19:32:34 +0200] rev 19570
added definitions_of;
wenzelm [Fri, 05 May 2006 19:32:33 +0200] rev 19569
specifications_of: more detailed information;
tuned;
krauss [Fri, 05 May 2006 18:39:16 +0200] rev 19568
Added small example theory for new function package.