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
schirmer [Tue, 06 Jul 2004 20:31:06 +0200] rev 15015
* record_upd_simproc also simplifies trivial updates:
r(|x := x r|) = r
* tuned quick and dirty mode
berghofe [Sat, 03 Jul 2004 15:26:58 +0200] rev 15014
Added delete operation.