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
Thu, 29 Mar 2007 11:12:39 +0200 paulson MESON tactical takes an additional argument: the clausification function.
Thu, 29 Mar 2007 11:12:03 +0200 paulson Now checks for types-only clause before outputting.
Wed, 28 Mar 2007 19:18:39 +0200 berghofe - Improved error messages in equivariance proof
Wed, 28 Mar 2007 19:17:40 +0200 berghofe Renamed induct(s)_weak to weak_induct(s) in order to unify
Wed, 28 Mar 2007 19:16:11 +0200 berghofe - Renamed <predicate>_eqvt to <predicate>.eqvt
Wed, 28 Mar 2007 18:25:23 +0200 urbanc the name for the collection of equivariance lemmas is now eqvts (changed from eqvt) in order to avoid clashes with eqvt-lemmas generated in nominal_inductive
Wed, 28 Mar 2007 17:27:44 +0200 urbanc adapted to new nominal_inductive
Wed, 28 Mar 2007 10:47:19 +0200 berghofe Improved code generator for characters: now handles
Wed, 28 Mar 2007 01:55:18 +0200 urbanc tuned proofs (taking full advantage of nominal_inductive)
Wed, 28 Mar 2007 01:29:43 +0200 urbanc adapted to nominal_inductive infrastructure
Wed, 28 Mar 2007 01:09:23 +0200 urbanc made the type sets instance of the "cp" type-class
Tue, 27 Mar 2007 19:39:40 +0200 urbanc added extended the lemma for equivariance of freshness
Tue, 27 Mar 2007 19:13:28 +0200 urbanc adapted to nominal_inductive
Tue, 27 Mar 2007 18:28:22 +0200 urbanc adapted to new nominal_inductive infrastructure
Tue, 27 Mar 2007 17:57:42 +0200 berghofe Adapted to new syntax of nominal_inductive.
Tue, 27 Mar 2007 17:57:05 +0200 berghofe Adapted to changes in nominal_inductive.
Tue, 27 Mar 2007 17:55:09 +0200 berghofe Implemented proof of strong induction rule.
Tue, 27 Mar 2007 17:54:37 +0200 berghofe Exported perm_of_pair, mk_not_sym, and perm_simproc.
Tue, 27 Mar 2007 12:28:42 +0200 haftmann cleaned up HOL/ex/Code*.thy
Tue, 27 Mar 2007 09:19:37 +0200 haftmann fixed document preparation
Mon, 26 Mar 2007 16:35:33 +0200 krauss fixed problem with mutual recursion
Mon, 26 Mar 2007 14:54:45 +0200 haftmann cleaned up Library/ and ex/
Mon, 26 Mar 2007 14:53:07 +0200 haftmann minimal intro rules
Mon, 26 Mar 2007 14:53:06 +0200 haftmann exported interface for intro rules
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip