paulson [Thu, 20 Nov 2003 10:42:00 +0100] rev 14264
conversion of Integ/Int_lemmas.ML to Isar script
paulson [Thu, 20 Nov 2003 10:41:39 +0100] rev 14263
including 0 ~= 1 in definition of Field
paulson [Wed, 19 Nov 2003 14:29:06 +0100] rev 14262
additions to Ring_and_Field
paulson [Tue, 18 Nov 2003 11:03:56 +0100] rev 14261
fixed a comment
paulson [Tue, 18 Nov 2003 11:03:33 +0100] rev 14260
new theorems for Rings
paulson [Tue, 18 Nov 2003 11:01:52 +0100] rev 14259
conversion of ML to Isar scripts
berghofe [Tue, 18 Nov 2003 09:45:45 +0100] rev 14258
Improved error handling: add_primrec now prints out ill-formed equation
in case of parse errors.
ballarin [Fri, 14 Nov 2003 14:35:55 +0100] rev 14257
Type inference bug in Isar attributes "where" and "of" fixed.
paulson [Wed, 12 Nov 2003 10:58:23 +0100] rev 14256
tidied
schirmer [Thu, 06 Nov 2003 20:45:02 +0100] rev 14255
Records:
- Record types are now by default printed with their type abbreviation
instead of the list of all field types. This can be configured via
the reference "print_record_type_abbr".
- Simproc "record_upd_simproc" for simplification of multiple updates
added (not enabled by default).
- Tactic "record_split_simp_tac" to split and simplify records added.
- Bug-fix and optimisation of "record_simproc".
- "record_simproc" and "record_upd_simproc" are now sensitive to
quick_and_dirty flag.