webertj [Thu, 22 Jul 2004 19:33:12 +0200] rev 15075
minor formatting fixes
nipkow [Thu, 22 Jul 2004 17:37:31 +0200] rev 15074
Modified \<Sum> syntax a little.
nipkow [Thu, 22 Jul 2004 12:55:36 +0200] rev 15073
*** empty log message ***
paulson [Thu, 22 Jul 2004 10:33:26 +0200] rev 15072
new material courtesy of Norbert Voelker
wenzelm [Wed, 21 Jul 2004 16:35:38 +0200] rev 15071
updated;
nipkow [Wed, 21 Jul 2004 08:35:29 +0200] rev 15070
Fixed latex problem
nipkow [Tue, 20 Jul 2004 16:07:45 +0200] rev 15069
ring_1 -> ring
paulson [Tue, 20 Jul 2004 14:24:23 +0200] rev 15068
minor tweaks to go with the new version of the Accountability paper
paulson [Tue, 20 Jul 2004 14:23:09 +0200] rev 15067
removed some obsolete proofs
paulson [Tue, 20 Jul 2004 14:22:49 +0200] rev 15066
two new results
berghofe [Mon, 19 Jul 2004 18:21:26 +0200] rev 15065
Some changes to allow qualified theory import.
berghofe [Mon, 19 Jul 2004 18:19:42 +0200] rev 15064
- Moved code generator setup for lists from Main.thy to List.thy
- Code generator now represents char type as strings of length 1
(easier to handle than encoding using nibbles)
berghofe [Mon, 19 Jul 2004 18:15:46 +0200] rev 15063
Moved code generator setup for lists to List.thy
berghofe [Mon, 19 Jul 2004 18:14:57 +0200] rev 15062
Added function dest_list.
berghofe [Mon, 19 Jul 2004 18:14:22 +0200] rev 15061
Added simple check that allows code generator to produce code containing
fewer redundant matches.
berghofe [Mon, 19 Jul 2004 18:12:49 +0200] rev 15060
Added function unprefix.
schirmer [Sun, 18 Jul 2004 12:01:08 +0200] rev 15059
tuned
schirmer [Fri, 16 Jul 2004 19:21:59 +0200] rev 15058
added: get_extT_fields and
get_recT_fields
nipkow [Fri, 16 Jul 2004 17:33:43 +0200] rev 15057
added Complex/root
nipkow [Fri, 16 Jul 2004 17:33:12 +0200] rev 15056
Fine-tuned sum syntax.
nipkow [Fri, 16 Jul 2004 17:32:34 +0200] rev 15055
Corrected TeX problem.
nipkow [Fri, 16 Jul 2004 17:31:54 +0200] rev 15054
Created.
nipkow [Fri, 16 Jul 2004 17:31:44 +0200] rev 15053
Corrected TeX problems.
nipkow [Fri, 16 Jul 2004 11:46:59 +0200] rev 15052
Added nice latex syntax.
wenzelm [Fri, 16 Jul 2004 09:36:04 +0200] rev 15051
int_ord = Int.compare, string_ord = String.compare;
nipkow [Thu, 15 Jul 2004 15:47:39 +0200] rev 15050
*** empty log message ***
nipkow [Thu, 15 Jul 2004 15:39:51 +0200] rev 15049
more summation syntax
nipkow [Thu, 15 Jul 2004 15:39:40 +0200] rev 15048
more syntax
paulson [Thu, 15 Jul 2004 15:32:32 +0200] rev 15047
redefining sumr to be a translation to setsum
nipkow [Thu, 15 Jul 2004 13:24:45 +0200] rev 15046
*** empty log message ***
nipkow [Thu, 15 Jul 2004 13:11:34 +0200] rev 15045
Moved to new m<..<n syntax for set intervals.
nipkow [Thu, 15 Jul 2004 08:38:37 +0200] rev 15044
*** empty log message ***
nipkow [Wed, 14 Jul 2004 10:25:21 +0200] rev 15043
?
nipkow [Wed, 14 Jul 2004 10:25:03 +0200] rev 15042
added {0::nat..n(} = {..n(}
nipkow [Tue, 13 Jul 2004 12:32:01 +0200] rev 15041
Got rid of Summation and made it a translation into setsum instead.
webertj [Mon, 12 Jul 2004 19:56:58 +0200] rev 15040
read_dimacs_cnf_file added
oheimb [Mon, 12 Jul 2004 15:15:23 +0200] rev 15039
added README
oheimb [Mon, 12 Jul 2004 15:05:30 +0200] rev 15038
corrected bibtex entry
nipkow [Mon, 12 Jul 2004 12:11:46 +0200] rev 15037
*** empty log message ***
wenzelm [Sun, 11 Jul 2004 20:35:50 +0200] rev 15036
context dependent components;
wenzelm [Sun, 11 Jul 2004 20:35:23 +0200] rev 15035
added fold_rev: ('a -> 'b -> 'b) -> 'a list -> 'b -> 'b;
wenzelm [Sun, 11 Jul 2004 20:34:50 +0200] rev 15034
improved print_ss; tuned;
wenzelm [Sun, 11 Jul 2004 20:34:25 +0200] rev 15033
Simplifier and Classical Reasoner now support proof context dependent plug-ins;
wenzelm [Sun, 11 Jul 2004 20:33:22 +0200] rev 15032
local_cla/simpset_of;
berghofe [Fri, 09 Jul 2004 16:33:20 +0200] rev 15031
- Added support for conditional equations whose premises involve
inductive sets (useful in connection with THE operator)
- Inductive and non-inductive sets (implemented as lists) can
now be mixed
berghofe [Fri, 09 Jul 2004 16:29:10 +0200] rev 15030
- Expressed infer_derivs' in terms of infer_deriv
- Eta-expanded function instantiate to delay evaluation (avoids inefficiencies
when proof terms are switched off)
berghofe [Fri, 09 Jul 2004 16:23:57 +0200] rev 15029
- Removed obsolete clause in function check_str
- test_term now temporarily sets print_mode to [] as well
paulson [Fri, 09 Jul 2004 11:13:36 +0200] rev 15028
new profiling function
wenzelm [Thu, 08 Jul 2004 19:34:56 +0200] rev 15027
adapted type of simprocs;
wenzelm [Thu, 08 Jul 2004 19:34:18 +0200] rev 15026
make SML/NJ happy;
wenzelm [Thu, 08 Jul 2004 19:34:10 +0200] rev 15025
added add_term_varnames, term_varnames;
wenzelm [Thu, 08 Jul 2004 19:34:00 +0200] rev 15024
got rid of obsolete meta_simpset; tuned;
wenzelm [Thu, 08 Jul 2004 19:33:51 +0200] rev 15023
major cleanup; got rid of obsolete meta_simpset;
wenzelm [Thu, 08 Jul 2004 19:33:31 +0200] rev 15022
tuned simprocs;
wenzelm [Thu, 08 Jul 2004 19:33:05 +0200] rev 15021
got rid of obsolete meta_simpset;
wenzelm [Thu, 08 Jul 2004 19:32:53 +0200] rev 15020
tuned;
wenzelm [Thu, 08 Jul 2004 19:32:46 +0200] rev 15019
removed obsolete dependency;
schirmer [Tue, 06 Jul 2004 20:34:49 +0200] rev 15018
* Pure/Namespace: flag unique_names added
* Pure/Tactic: print_tac outputs goal through trace channel
* HOL/Simplifier: extended record_upd_simproc
schirmer [Tue, 06 Jul 2004 20:32:20 +0200] rev 15017
print_tac now outputs goals through trace-channel
schirmer [Tue, 06 Jul 2004 20:31:37 +0200] rev 15016
added flag unique_names