haftmann [Mon, 13 Nov 2006 15:43:15 +0100] rev 21337
added theory antiquotation
haftmann [Mon, 13 Nov 2006 15:43:14 +0100] rev 21336
combinator for overwriting changes with warning
haftmann [Mon, 13 Nov 2006 15:43:13 +0100] rev 21335
added higher-order combinators for structured results
haftmann [Mon, 13 Nov 2006 15:43:12 +0100] rev 21334
adjusted name in generated code
haftmann [Mon, 13 Nov 2006 15:43:11 +0100] rev 21333
dropped LOrder dependency
haftmann [Mon, 13 Nov 2006 15:43:09 +0100] rev 21332
moved upwars in HOL theory graph
haftmann [Mon, 13 Nov 2006 15:43:08 +0100] rev 21331
added thy dependencies
haftmann [Mon, 13 Nov 2006 15:43:07 +0100] rev 21330
PreList = Main - List
haftmann [Mon, 13 Nov 2006 15:43:06 +0100] rev 21329
introduces preorders
haftmann [Mon, 13 Nov 2006 15:43:05 +0100] rev 21328
dropped Inductive dependency
haftmann [Mon, 13 Nov 2006 15:43:04 +0100] rev 21327
dropped Typedef dependency
haftmann [Mon, 13 Nov 2006 15:43:03 +0100] rev 21326
added LOrder dependency
haftmann [Mon, 13 Nov 2006 15:43:00 +0100] rev 21325
tuned ml antiquotations
haftmann [Mon, 13 Nov 2006 15:42:59 +0100] rev 21324
adjusted
haftmann [Mon, 13 Nov 2006 15:42:58 +0100] rev 21323
tuned
haftmann [Mon, 13 Nov 2006 15:42:57 +0100] rev 21322
added tt tag
krauss [Mon, 13 Nov 2006 15:01:59 +0100] rev 21321
auto_term => lexicographic_order
krauss [Mon, 13 Nov 2006 13:53:48 +0100] rev 21320
updated
krauss [Mon, 13 Nov 2006 13:51:22 +0100] rev 21319
replaced "auto_term" by the simpler method "relation", which does not try
to simplify. Some more cleanup.
wenzelm [Mon, 13 Nov 2006 12:10:49 +0100] rev 21318
added fresh_prodD, which is included fresh_prodD into mksimps setup;
krauss [Mon, 13 Nov 2006 11:41:40 +0100] rev 21317
added lexicographic_order.ML to makefile
nipkow [Sun, 12 Nov 2006 21:31:52 +0100] rev 21316
image_constant_conv no longer [simp]
wenzelm [Sun, 12 Nov 2006 21:14:52 +0100] rev 21315
instantiate: tuned indentity case;
wenzelm [Sun, 12 Nov 2006 21:14:51 +0100] rev 21314
removed dead code;
wenzelm [Sun, 12 Nov 2006 21:14:49 +0100] rev 21313
mk_atomize: careful matching against rules admits overloading;
nipkow [Sun, 12 Nov 2006 19:22:10 +0100] rev 21312
started reorgnization of lattice theories
mengj [Sat, 11 Nov 2006 23:58:46 +0100] rev 21311
Added in is_fol_thms.
wenzelm [Sat, 11 Nov 2006 21:13:12 +0100] rev 21310
level: do not account for local theory blocks (relevant for document preparation);
wenzelm [Sat, 11 Nov 2006 21:13:11 +0100] rev 21309
local 'end': no default tags;
tag parser: do not swallow trailing newlines;
wenzelm [Sat, 11 Nov 2006 16:12:23 +0100] rev 21308
* Local theory targets ``context/locale/class ... begin'' followed by ``end''.
wenzelm [Sat, 11 Nov 2006 16:11:44 +0100] rev 21307
removed obsolete context;
wenzelm [Sat, 11 Nov 2006 16:11:43 +0100] rev 21306
turned 'context' into plain thy_decl, discontinued thy_switch;