Thu, 05 Apr 2007 14:56:10 +0200 berghofe - Tried to make name_of_thm more robust against changes of the
Thu, 05 Apr 2007 14:51:28 +0200 berghofe - Removed occurrences of ProofContext.export in add_ind_def that
Thu, 05 Apr 2007 00:30:32 +0200 wenzelm thy_deps: sort Context.thy_ord;
Thu, 05 Apr 2007 00:30:31 +0200 wenzelm added thy_ord -- order of creation;
Wed, 04 Apr 2007 23:29:42 +0200 wenzelm simplified thy_deps using Theory.ancestors_of (in order of creation);
Wed, 04 Apr 2007 23:29:41 +0200 wenzelm renamed Variable.importT to importT_thms;
Wed, 04 Apr 2007 23:29:40 +0200 wenzelm removed unused dep_graph;
Wed, 04 Apr 2007 23:29:39 +0200 wenzelm theory: maintain ancestors in order of creation;
Wed, 04 Apr 2007 23:29:38 +0200 wenzelm rep_thm/cterm/ctyp: removed obsolete sign field;
Wed, 04 Apr 2007 23:29:37 +0200 wenzelm rebind HOL.refl as refl (hidden by widen.refl);
Wed, 04 Apr 2007 23:29:33 +0200 wenzelm rep_thm/cterm/ctyp: removed obsolete sign field;
Wed, 04 Apr 2007 20:22:32 +0200 narboux make fresh_guess fail if it does not solve the subgoal
Wed, 04 Apr 2007 19:56:25 +0200 narboux add a few details in the Fst and Snd cases of unicity proof
Wed, 04 Apr 2007 18:05:05 +0200 paulson find_first is just an alias
Wed, 04 Apr 2007 00:13:13 +0200 wenzelm added print_mode (generic non-sense);
Wed, 04 Apr 2007 00:11:26 +0200 wenzelm improved exception CTERM;
Wed, 04 Apr 2007 00:11:23 +0200 wenzelm removed unused info channel;
Wed, 04 Apr 2007 00:11:22 +0200 wenzelm added print_mode;
Wed, 04 Apr 2007 00:11:21 +0200 wenzelm removed unused info channel;
Wed, 04 Apr 2007 00:11:20 +0200 wenzelm renamed Output.has_mode to print_mode_active;
Wed, 04 Apr 2007 00:11:18 +0200 wenzelm tuned comment;
Wed, 04 Apr 2007 00:11:17 +0200 wenzelm cleaned-up Output functions;
Wed, 04 Apr 2007 00:11:16 +0200 wenzelm improved exception CTERM;
Wed, 04 Apr 2007 00:11:14 +0200 wenzelm added scanwords from library.ML (for obsolete rename_tac);
Wed, 04 Apr 2007 00:11:13 +0200 wenzelm removed obsolete scanwords (see obsolete tactic.ML:rename_tac for its only use);
Wed, 04 Apr 2007 00:11:12 +0200 wenzelm removed dead code;
Wed, 04 Apr 2007 00:11:10 +0200 wenzelm cleaned-up Output functions;
Wed, 04 Apr 2007 00:11:08 +0200 wenzelm eliminated obsolete rename_tac;
Wed, 04 Apr 2007 00:11:03 +0200 wenzelm removed obsolete sign_of/sign_of_thm;
Wed, 04 Apr 2007 00:10:59 +0200 wenzelm ML antiquotes;
Tue, 03 Apr 2007 19:31:48 +0200 wenzelm tuned comments;
Tue, 03 Apr 2007 19:24:22 +0200 wenzelm fixed chr/explode;
Tue, 03 Apr 2007 19:24:21 +0200 wenzelm avoid overloaded integer constants (accomodate Alice);
Tue, 03 Apr 2007 19:24:19 +0200 wenzelm avoid clash with Alice keywords;
Tue, 03 Apr 2007 19:24:18 +0200 wenzelm signature: eqtype to accomodate Alice;
Tue, 03 Apr 2007 19:24:17 +0200 wenzelm renamed comp to compose (avoid clash with Alice keywords);
Tue, 03 Apr 2007 19:24:16 +0200 wenzelm renamed of_sort_derivation record fields (avoid clash with Alice keywords);
Tue, 03 Apr 2007 19:24:15 +0200 wenzelm added ML-Systems/alice.ML;
Tue, 03 Apr 2007 19:24:13 +0200 wenzelm renamed Variable.import to import_thms (avoid clash with Alice keywords);
Tue, 03 Apr 2007 19:24:11 +0200 wenzelm removed assert/deny (avoid clash with Alice keywords and confusion due to strict evaluation);
Tue, 03 Apr 2007 19:24:10 +0200 wenzelm ranamed CodegenData.lazy to lazy_thms (avoid clash with Alice keywords);
Tue, 03 Apr 2007 17:05:52 +0200 narboux remove the lemma swap_fun which was not needed
Tue, 03 Apr 2007 16:20:34 +0200 narboux slighltly improved the proof of unicity
Tue, 03 Apr 2007 12:12:42 +0200 wenzelm Compatibility file for Alice 1.3 -- experimental!
Mon, 02 Apr 2007 23:24:52 +0200 narboux rename bij and fresh into bijs and freshs and lookup for eqvts lemma using the ml value instead of the name
Mon, 02 Apr 2007 11:31:08 +0200 paulson optimizing the null instantiation case
Mon, 02 Apr 2007 11:30:44 +0200 paulson now exports distinct_subgoal_tac (needed by MetisAPI)
Mon, 02 Apr 2007 11:29:44 +0200 paulson exception handling
Sun, 01 Apr 2007 14:28:48 +0200 haftmann added reserved words mod, div for SML
Sat, 31 Mar 2007 15:13:52 +0200 urbanc added pt_bij' to the collection perm_swap and also added abs_perm to the collection of equivariance lemmas
Sat, 31 Mar 2007 12:40:55 +0200 berghofe Fixed bug in dest_prem: premises of the form "p x_1 ... x_n"
Sat, 31 Mar 2007 08:22:14 +0200 haftmann fixed typo
Fri, 30 Mar 2007 16:19:03 +0200 haftmann simplified constant representation in code generator
Fri, 30 Mar 2007 16:19:02 +0200 haftmann tuned
Fri, 30 Mar 2007 16:19:01 +0200 haftmann equality on strings
Fri, 30 Mar 2007 16:19:00 +0200 haftmann paraphrasing equality
Fri, 30 Mar 2007 16:18:59 +0200 haftmann updated
Thu, 29 Mar 2007 14:21:47 +0200 haftmann improved character output for SML
Thu, 29 Mar 2007 14:21:45 +0200 haftmann dropped legacy ML bindings
Thu, 29 Mar 2007 11:59:54 +0200 paulson simplified some steps
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip