Thu, 16 Feb 2006 18:25:54 +0100 wenzelm derived specifications: definition, abbreviation, axiomatization;
Thu, 16 Feb 2006 18:25:52 +0100 wenzelm updated;
Thu, 16 Feb 2006 14:59:57 +0100 obua cache improvements
Thu, 16 Feb 2006 04:17:19 +0100 obua variable counter is now also cached
Thu, 16 Feb 2006 03:23:57 +0100 obua adapted to kernel changes
Thu, 16 Feb 2006 00:09:46 +0100 wenzelm tuned subst_bound(s);
Wed, 15 Feb 2006 23:57:06 +0100 obua fixed bugs, added caching
Wed, 15 Feb 2006 21:35:13 +0100 wenzelm added cases_node;
Wed, 15 Feb 2006 21:35:12 +0100 wenzelm replaced qualified_force_prefix to sticky_prefix;
Wed, 15 Feb 2006 21:35:11 +0100 wenzelm removed distinct, renamed gen_distinct to distinct;
Wed, 15 Feb 2006 21:35:11 +0100 wenzelm check_text: Toplevel.node option;
Wed, 15 Feb 2006 21:35:09 +0100 wenzelm init/exit no longer change the theory (no naming);
Wed, 15 Feb 2006 21:35:09 +0100 wenzelm evaluate antiquotes depending on Toplevel.node option;
Wed, 15 Feb 2006 21:35:07 +0100 wenzelm simplified presentation commands;
Wed, 15 Feb 2006 21:35:06 +0100 wenzelm sane version of distinct_subgoals_tac, based on composition with Drule.distinct_prems_rl;
Wed, 15 Feb 2006 21:35:06 +0100 wenzelm removed qualified_force_prefix;
Wed, 15 Feb 2006 21:35:04 +0100 wenzelm replaced qualified_force_prefix to sticky_prefix;
Wed, 15 Feb 2006 21:35:04 +0100 wenzelm chop is no longer pervasive;
Wed, 15 Feb 2006 21:35:02 +0100 wenzelm rewrite_cterm: Thm.adjust_maxidx prevents unnecessary increments on rules;
Wed, 15 Feb 2006 21:35:02 +0100 wenzelm added distinct_prems_rl;
Wed, 15 Feb 2006 21:35:00 +0100 wenzelm specifications_of: avoid partiality;
Wed, 15 Feb 2006 21:34:59 +0100 wenzelm counter example: avoid vacuous trace;
Wed, 15 Feb 2006 21:34:59 +0100 wenzelm cannot use section before setup;
Wed, 15 Feb 2006 21:34:57 +0100 wenzelm used Tactic.distinct_subgoals_tac;
Wed, 15 Feb 2006 21:34:55 +0100 wenzelm removed distinct, renamed gen_distinct to distinct;
Wed, 15 Feb 2006 19:11:10 +0100 urbanc added lemma pt_perm_compose'
Wed, 15 Feb 2006 19:01:09 +0100 nipkow got rid of superfluous linorder_neqE-instance for int.
Wed, 15 Feb 2006 18:10:09 +0100 webertj typo in a comment fixed
Wed, 15 Feb 2006 17:09:45 +0100 haftmann exported some interfaces useful for other code generator approaches
Wed, 15 Feb 2006 17:09:25 +0100 haftmann some fixes
Wed, 15 Feb 2006 17:09:06 +0100 haftmann exported specifications_of
Tue, 14 Feb 2006 17:07:48 +0100 haftmann added theory of executable rational numbers
Tue, 14 Feb 2006 17:07:11 +0100 haftmann improved handling of iml abstractions
Tue, 14 Feb 2006 13:03:00 +0100 paulson fixed tracing
Mon, 13 Feb 2006 17:02:54 +0100 berghofe Adapted to Context.generic syntax.
Mon, 13 Feb 2006 14:05:43 +0100 mengj Fixed a bug of type unification.
Sun, 12 Feb 2006 21:34:28 +0100 wenzelm * ML/Pure/General: improved join interface for tables;
Sun, 12 Feb 2006 21:34:27 +0100 wenzelm consts: maintain thy version for efficient transfer;
Sun, 12 Feb 2006 21:34:26 +0100 wenzelm tuned;
Sun, 12 Feb 2006 21:34:25 +0100 wenzelm export exception SAME (for join);
Sun, 12 Feb 2006 21:34:24 +0100 wenzelm low-level tuning of merge: maintain identity of accesses;
Sun, 12 Feb 2006 21:34:23 +0100 wenzelm share exception UNDEF with Table;
Sun, 12 Feb 2006 21:34:22 +0100 wenzelm structure Datatab: private copy avoids potential conflict of table exceptions;
Sun, 12 Feb 2006 21:34:21 +0100 wenzelm added eq_consts;
Sun, 12 Feb 2006 21:34:20 +0100 wenzelm minor tuning of proofs, notably induct;
Sun, 12 Feb 2006 21:34:18 +0100 wenzelm simplified TableFun.join;
Sun, 12 Feb 2006 20:32:59 +0100 wenzelm \usepackage{amssymb};
Sun, 12 Feb 2006 12:29:01 +0100 kleing * include generalised MVT in HyperReal (contributed by Benjamin Porter)
Sun, 12 Feb 2006 10:42:19 +0100 kleing * moved ThreeDivides from Isar_examples to better suited HOL/ex
Sun, 12 Feb 2006 04:31:18 +0100 kleing divisibility by 3 theorem, contributed by Benjamin Porter,
Sat, 11 Feb 2006 17:17:55 +0100 wenzelm replaced mixfix_conflict by mixfix_content;
Sat, 11 Feb 2006 17:17:54 +0100 wenzelm added map_theory;
Sat, 11 Feb 2006 17:17:53 +0100 wenzelm added abbreviations: activated by init, no expressions yet;
Sat, 11 Feb 2006 17:17:52 +0100 wenzelm added restore;
Sat, 11 Feb 2006 17:17:51 +0100 wenzelm tuned mixfixes, mixfix_conflict;
Sat, 11 Feb 2006 17:17:50 +0100 wenzelm removed custom_accesses;
Sat, 11 Feb 2006 17:17:49 +0100 wenzelm added variant_name;
Sat, 11 Feb 2006 17:17:48 +0100 wenzelm removed custom_accesses;
Sat, 11 Feb 2006 17:17:47 +0100 wenzelm tuned;
Sat, 11 Feb 2006 17:17:45 +0100 wenzelm added chop (sane version of splitAt);
Sat, 11 Feb 2006 14:25:23 +0100 mengj Changed some code due to changes in reduce_axiomsN.ML.
Sat, 11 Feb 2006 14:23:35 +0100 mengj Added another filter strategy.
Fri, 10 Feb 2006 09:09:07 +0100 haftmann improved code generator devarification
Fri, 10 Feb 2006 02:22:59 +0100 wenzelm statement: improved error msg;
Fri, 10 Feb 2006 02:22:57 +0100 wenzelm * ML/Pure: generic Args/Attrib syntax everywhere;
Fri, 10 Feb 2006 02:22:56 +0100 wenzelm moved fixedN to lexicon.ML;
Fri, 10 Feb 2006 02:22:54 +0100 wenzelm added mfix_delims;
Fri, 10 Feb 2006 02:22:52 +0100 wenzelm added mixfix_conflict;
Fri, 10 Feb 2006 02:22:50 +0100 wenzelm added fixedN, constN;
Fri, 10 Feb 2006 02:22:48 +0100 wenzelm tuned comment;
Fri, 10 Feb 2006 02:22:46 +0100 wenzelm tuned comment;
Fri, 10 Feb 2006 02:22:43 +0100 wenzelm syntax: Context.generic;
Fri, 10 Feb 2006 02:22:41 +0100 wenzelm Context.generic is canonical state of parsers;
Fri, 10 Feb 2006 02:22:39 +0100 wenzelm Local syntax depending on theory syntax.
Fri, 10 Feb 2006 02:22:37 +0100 wenzelm decode: observe Syntax.constN;
Fri, 10 Feb 2006 02:22:35 +0100 wenzelm removed obsolete add_typ/term_classes/tycons;
Fri, 10 Feb 2006 02:22:32 +0100 wenzelm tuned extern_term, pretty_term';
Fri, 10 Feb 2006 02:22:29 +0100 wenzelm removed set quick_and_dirty and ThmDeps.enable -- no effect here;
Fri, 10 Feb 2006 02:22:24 +0100 wenzelm abbrevs: store in reverted orientation;
Fri, 10 Feb 2006 02:22:23 +0100 wenzelm use proof_general.ML: setmp quick_and_dirty captures default value;
Fri, 10 Feb 2006 02:22:21 +0100 wenzelm added Isar/local_syntax.ML;
Fri, 10 Feb 2006 02:22:19 +0100 wenzelm tuned;
Fri, 10 Feb 2006 02:22:16 +0100 wenzelm Args/Attrib syntax: Context.generic;
Fri, 10 Feb 2006 02:22:13 +0100 wenzelm simplified polyml example;
Thu, 09 Feb 2006 12:20:31 +0100 paulson tidying
Thu, 09 Feb 2006 12:20:02 +0100 paulson blacklist tweaks
Thu, 09 Feb 2006 12:14:39 +0100 paulson names for simprules
Thu, 09 Feb 2006 03:34:56 +0100 huffman removed redundant lemmas
Thu, 09 Feb 2006 03:01:11 +0100 huffman no longer need All_equiv lemmas
Wed, 08 Feb 2006 17:15:28 +0100 wenzelm map_type_tvar/tfree: map_atyps;
Wed, 08 Feb 2006 17:15:27 +0100 wenzelm tuned;
Wed, 08 Feb 2006 15:17:54 +0100 nipkow *** empty log message ***
Wed, 08 Feb 2006 15:12:59 +0100 nipkow made "dvd" on numbers executable by simp.
Wed, 08 Feb 2006 14:39:00 +0100 haftmann introduced gen_distinct in place of distinct
Wed, 08 Feb 2006 09:27:20 +0100 haftmann fixed the most silly bug conceivable in map_atyps
Tue, 07 Feb 2006 19:57:00 +0100 wenzelm lambda: base name of Const;
Tue, 07 Feb 2006 19:56:58 +0100 wenzelm adapted Sign.infer_types;
Tue, 07 Feb 2006 19:56:57 +0100 wenzelm has_duplicates;
Tue, 07 Feb 2006 19:56:56 +0100 wenzelm adapted Sign.infer_types;
Tue, 07 Feb 2006 19:56:54 +0100 wenzelm added local consts component;
Tue, 07 Feb 2006 19:56:53 +0100 wenzelm Library.is_equal;
Tue, 07 Feb 2006 19:56:51 +0100 wenzelm removed obsolete sign_of_cterm;
Tue, 07 Feb 2006 19:56:50 +0100 wenzelm adapted Sign.infer_types(_simult), Sign.certify_term/prop;
Tue, 07 Feb 2006 19:56:49 +0100 wenzelm export consts_of;
Tue, 07 Feb 2006 19:56:48 +0100 wenzelm removed eq-polymorphic duplicates;
Tue, 07 Feb 2006 19:56:47 +0100 wenzelm renamed space to space_of;
Tue, 07 Feb 2006 19:56:45 +0100 wenzelm renamed gen_duplicates to duplicates;
Tue, 07 Feb 2006 08:47:43 +0100 haftmann slight improvements in code generation
Mon, 06 Feb 2006 21:02:01 +0100 wenzelm updated;
Mon, 06 Feb 2006 21:00:01 +0100 wenzelm Logic.combound;
Mon, 06 Feb 2006 21:00:00 +0100 wenzelm adapted Consts.dest;
Mon, 06 Feb 2006 20:59:59 +0100 wenzelm Sign.cert_def;
Mon, 06 Feb 2006 20:59:58 +0100 wenzelm added bound_vars;
Mon, 06 Feb 2006 20:59:57 +0100 wenzelm TableFun: renamed xxx_multi to xxx_list;
Mon, 06 Feb 2006 20:59:56 +0100 wenzelm Envir.(beta_)eta_contract;
Mon, 06 Feb 2006 20:59:55 +0100 wenzelm added local_theory, with optional locale xname;
Mon, 06 Feb 2006 20:59:54 +0100 wenzelm type local_theory;
Mon, 06 Feb 2006 20:59:53 +0100 wenzelm norm_term: Sign.const_expansion, Envir.expand_atom;
Mon, 06 Feb 2006 20:59:52 +0100 wenzelm TableFun: renamed xxx_multi to xxx_list;
Mon, 06 Feb 2006 20:59:51 +0100 wenzelm type local_theory = Proof.context;
(0) -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip