wenzelm [Sun, 16 Jul 2000 20:57:34 +0200] rev 9369
use pair_tac;
use split syntax;
wenzelm [Sun, 16 Jul 2000 20:56:53 +0200] rev 9368
adapted tuple syntax;
wenzelm [Sun, 16 Jul 2000 20:56:32 +0200] rev 9367
tuned;
wenzelm [Sun, 16 Jul 2000 20:56:14 +0200] rev 9366
use pair_tac;
wenzelm [Sun, 16 Jul 2000 20:55:56 +0200] rev 9365
use split syntax;
wenzelm [Sun, 16 Jul 2000 20:55:17 +0200] rev 9364
fixed tuple translations;
wenzelm [Sun, 16 Jul 2000 20:54:38 +0200] rev 9363
defs (overloaded);
wenzelm [Sun, 16 Jul 2000 20:54:24 +0200] rev 9362
added is_unitT;
added proper versions of mk_tuple(T), dest_tuple(T) -- unused;
wenzelm [Sun, 16 Jul 2000 20:53:35 +0200] rev 9361
instance unit :: finite;
wenzelm [Sun, 16 Jul 2000 20:53:19 +0200] rev 9360
more robust tuple syntax (still improper, though!);
wenzelm [Sun, 16 Jul 2000 20:52:43 +0200] rev 9359
improved unit theory: unit_all_eq1, unit_all_eq2, split_all_tac;
tuned;
wenzelm [Sun, 16 Jul 2000 20:51:19 +0200] rev 9358
added syntax for proper / improper selector functions;
wenzelm [Sun, 16 Jul 2000 20:50:48 +0200] rev 9357
tuned;
wenzelm [Sun, 16 Jul 2000 20:50:15 +0200] rev 9356
tuned;
wenzelm [Sun, 16 Jul 2000 20:49:56 +0200] rev 9355
avoid 'split';
wenzelm [Sun, 16 Jul 2000 20:49:33 +0200] rev 9354
added Tuple.thy;
wenzelm [Sun, 16 Jul 2000 20:49:13 +0200] rev 9353
added ex/Tuple.thy;
wenzelm [Sun, 16 Jul 2000 20:48:35 +0200] rev 9352
syntax (symbols) "op o" moved from HOL to Fun;
wenzelm [Sun, 16 Jul 2000 20:47:45 +0200] rev 9351
added finite_unit;
wenzelm [Sun, 16 Jul 2000 20:47:15 +0200] rev 9350
AST translation rules no longer require constant head on LHS;
wenzelm [Sun, 16 Jul 2000 20:46:44 +0200] rev 9349
* tuned AST representation of nested pairs, avoiding bogus output in
case of overlap with user translations (e.g. judgements over tuples);
* AST translation rules no longer require constant head on LHS;
oheimb [Fri, 14 Jul 2000 20:47:11 +0200] rev 9348
corrections (cast relation, Prog.ML -> Decl.ML)
wenzelm [Fri, 14 Jul 2000 17:49:56 +0200] rev 9347
improved add_edges_cyclic;
oheimb [Fri, 14 Jul 2000 16:32:51 +0200] rev 9346
re-structuring MicroJava; added Example; corrected := syntax; simplfied cast
oheimb [Fri, 14 Jul 2000 16:32:44 +0200] rev 9345
added (surjective_pairing RS sym) to simpset
oheimb [Fri, 14 Jul 2000 16:29:02 +0200] rev 9344
strengthened rtranclD
oheimb [Fri, 14 Jul 2000 16:28:58 +0200] rev 9343
added option_map_o_sum_case (also to simpset)
oheimb [Fri, 14 Jul 2000 16:28:56 +0200] rev 9342
added sum_case_empty_empty (also to simpset)
oheimb [Fri, 14 Jul 2000 16:28:49 +0200] rev 9341
tuned syntax
oheimb [Fri, 14 Jul 2000 16:27:45 +0200] rev 9340
added hint on fun_sum