aspinall [Wed, 13 Jul 2005 11:28:09 +0200] rev 16788
Fix informtheoryloaded/retracted -> informfileloaded/retracted to match pgip.rnc
haftmann [Wed, 13 Jul 2005 11:16:34 +0200] rev 16787
(intermediate commit)
haftmann [Wed, 13 Jul 2005 10:48:21 +0200] rev 16786
(corrected wrong commit)
haftmann [Wed, 13 Jul 2005 10:44:51 +0200] rev 16785
(intermediate commit)
obua [Wed, 13 Jul 2005 09:53:50 +0200] rev 16784
- added cplex package to HOL/Matrix
schirmer [Tue, 12 Jul 2005 23:42:11 +0200] rev 16783
avoid some garbage
obua [Tue, 12 Jul 2005 21:49:38 +0200] rev 16782
- use TableFun instead of homebrew binary tree in am_interpreter.ML
- add Floats to HOL/Real
obua [Tue, 12 Jul 2005 19:29:52 +0200] rev 16781
- introduce Pure/Tools directory
- add compute oracle to Pure/Tools
haftmann [Tue, 12 Jul 2005 19:18:55 +0200] rev 16780
fold_map -> fold_yield, added transformator combinators, added selector combinator
huffman [Tue, 12 Jul 2005 18:44:32 +0200] rev 16779
changed orientation of bind_assoc rule
huffman [Tue, 12 Jul 2005 18:28:36 +0200] rev 16778
use qualified names for all constants
huffman [Tue, 12 Jul 2005 18:26:44 +0200] rev 16777
added lemmas sfst_defined_iff, ssnd_defined_iff, sfst_defined, ssnd_defined
huffman [Tue, 12 Jul 2005 18:20:44 +0200] rev 16776
generalized types of monadic operators to class cpo; added match function for UU
avigad [Tue, 12 Jul 2005 17:56:03 +0200] rev 16775
added lemmas to OrderedGroup.thy (reasoning about signs, absolute value, triangle inequalities)
added lemmas to Ring_and_Field.thy (reasoning about signs, fractions, etc.)
renamed simplification rules for abs (abs_of_pos, etc.)
renamed rules for multiplication and signs (mult_pos_pos, etc.)
moved lemmas involving fractions from NatSimprocs.thy
added setsum_mono3 to FiniteSet.thy
added simplification rules for powers to Parity.thy
paulson [Tue, 12 Jul 2005 12:49:46 +0200] rev 16774
experimental code to reduce the amount of type information in blast
paulson [Tue, 12 Jul 2005 12:49:00 +0200] rev 16773
tweaked
berghofe [Tue, 12 Jul 2005 11:55:33 +0200] rev 16772
Added \<module> symbol.
berghofe [Tue, 12 Jul 2005 11:54:55 +0200] rev 16771
Added "attach" keyword for code generator setup.
berghofe [Tue, 12 Jul 2005 11:51:31 +0200] rev 16770
Auxiliary functions to be used in generated code are now defined using "attach".
berghofe [Tue, 12 Jul 2005 11:41:24 +0200] rev 16769
Implemented mechanism for attaching auxiliary code to consts_code and
types_code declarations.
nipkow [Mon, 11 Jul 2005 19:59:11 +0200] rev 16768
small text mod
quigley [Mon, 11 Jul 2005 16:42:42 +0200] rev 16767
Fixed some problems with the signal handler.
obua [Mon, 11 Jul 2005 14:52:55 +0200] rev 16766
Improved implementation of Defs.is_overloaded.
berghofe [Fri, 08 Jul 2005 11:57:15 +0200] rev 16765
Some changes to allow mutually recursive, overloaded functions with same name.