paulson [Wed, 19 Jul 2000 12:33:36 +0200] rev 9392
changed / to // for quotienting
paulson [Wed, 19 Jul 2000 12:33:19 +0200] rev 9391
changed / to // for quotienting; general tidying
paulson [Wed, 19 Jul 2000 12:28:32 +0200] rev 9390
renamed // to / (which is what we want anyway) to avoid clash with the new
use of // for quotienting
paulson [Wed, 19 Jul 2000 10:59:59 +0200] rev 9389
deleted redundant proof
paulson [Wed, 19 Jul 2000 10:55:50 +0200] rev 9388
// change; also moved entry for AddIffs
wenzelm [Tue, 18 Jul 2000 21:44:42 +0200] rev 9387
addsplits [split_if];
wenzelm [Tue, 18 Jul 2000 21:09:18 +0200] rev 9386
theorems foo.splits = foo.split foo.split_asm;
wenzelm [Tue, 18 Jul 2000 21:08:57 +0200] rev 9385
removed obsolete expand_if = split_if;
wenzelm [Tue, 18 Jul 2000 21:08:40 +0200] rev 9384
* HOL: removed obsolete expand_if = split_if; theorems if_splits =
split_if split_if_asm;
wenzelm [Tue, 18 Jul 2000 21:08:20 +0200] rev 9383
* HOL: removed obsolete expand_if = split_if; theorems if_splits =
split_if split_if_asm; datatype package provides theorems foo.splits =
foo.split foo.split_asm for each datatype;
wenzelm [Tue, 18 Jul 2000 14:52:30 +0200] rev 9382
replaced arities by instance;
kleing [Tue, 18 Jul 2000 13:16:48 +0200] rev 9381
MicroJava structure changed
wenzelm [Mon, 17 Jul 2000 21:44:39 +0200] rev 9380
consts: include *all* names;
bauerg [Mon, 17 Jul 2000 18:17:54 +0200] rev 9379
tuded presentation;
wenzelm [Mon, 17 Jul 2000 15:06:08 +0200] rev 9378
AddXIs [UnI1, UnI2];
kleing [Mon, 17 Jul 2000 14:02:09 +0200] rev 9377
flat instruction set, op. semantics now in JVMExecInstr.thy
kleing [Mon, 17 Jul 2000 14:00:53 +0200] rev 9376
flat instruction set
bauerg [Mon, 17 Jul 2000 13:59:10 +0200] rev 9375
10pt
bauerg [Mon, 17 Jul 2000 13:58:18 +0200] rev 9374
- xsymbols for
\<noteq> \<notin> \<in> \<exists> \<forall>
\<and> \<inter> \<union> \<Union>
- vector space type of {plus, minus, zero}, overload 0 in vector space
- syntax |.| and ||.||
wenzelm [Sun, 16 Jul 2000 21:00:32 +0200] rev 9373
strip_prod_type = HOLogic.prodT_factors;
wenzelm [Sun, 16 Jul 2000 21:00:10 +0200] rev 9372
AST translation rules no longer require constant head on LHS;
wenzelm [Sun, 16 Jul 2000 20:59:31 +0200] rev 9371
fixed nested prod syntax;
wenzelm [Sun, 16 Jul 2000 20:59:06 +0200] rev 9370
use split_tupled_all;
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