Mon, 05 Jul 2010 11:25:06 +0200 attempt to reconstruct missing HOL/Codegenerator_Test/ROOT.ML;
wenzelm [Mon, 05 Jul 2010 11:25:06 +0200] rev 37708
attempt to reconstruct missing HOL/Codegenerator_Test/ROOT.ML;
Mon, 05 Jul 2010 10:47:39 +0200 merged
wenzelm [Mon, 05 Jul 2010 10:47:39 +0200] rev 37707
merged
Mon, 05 Jul 2010 10:42:27 +0200 updated document
haftmann [Mon, 05 Jul 2010 10:42:27 +0200] rev 37706
updated document
Mon, 05 Jul 2010 10:39:49 +0200 dropped passed irregular names
haftmann [Mon, 05 Jul 2010 10:39:49 +0200] rev 37705
dropped passed irregular names
Sat, 03 Jul 2010 00:50:35 +0200 adapt Nitpick to "prod_case" and "*" -> "sum" renaming;
blanchet [Sat, 03 Jul 2010 00:50:35 +0200] rev 37704
adapt Nitpick to "prod_case" and "*" -> "sum" renaming; the code in "Nitpick_Preproc", which sorted the types using "typ_ord", was wrong and evil; it seems to have worked only because "*" was called "*"
Sat, 03 Jul 2010 00:49:12 +0200 remove needless signature entry
blanchet [Sat, 03 Jul 2010 00:49:12 +0200] rev 37703
remove needless signature entry
Fri, 02 Jul 2010 17:27:44 +0200 references to ghc and ocaml
haftmann [Fri, 02 Jul 2010 17:27:44 +0200] rev 37702
references to ghc and ocaml
Fri, 02 Jul 2010 17:27:44 +0200 explicit code_datatype declaration prevents multiple instantiations later on
haftmann [Fri, 02 Jul 2010 17:27:44 +0200] rev 37701
explicit code_datatype declaration prevents multiple instantiations later on
Fri, 02 Jul 2010 16:50:53 +0200 refrain from using datatype declaration -- opens chance for quickcheck later on
haftmann [Fri, 02 Jul 2010 16:50:53 +0200] rev 37700
refrain from using datatype declaration -- opens chance for quickcheck later on
Fri, 02 Jul 2010 16:50:52 +0200 tuned proof
haftmann [Fri, 02 Jul 2010 16:50:52 +0200] rev 37699
tuned proof
Fri, 02 Jul 2010 16:20:56 +0200 reverted to verion from fc27be4c6b1c
haftmann [Fri, 02 Jul 2010 16:20:56 +0200] rev 37698
reverted to verion from fc27be4c6b1c
Fri, 02 Jul 2010 16:15:49 +0200 traceback for error messages
haftmann [Fri, 02 Jul 2010 16:15:49 +0200] rev 37697
traceback for error messages
Fri, 02 Jul 2010 16:10:59 +0200 accomodate for different behvaiour of nitpick (c.f. also 180e80b4eac1)
haftmann [Fri, 02 Jul 2010 16:10:59 +0200] rev 37696
accomodate for different behvaiour of nitpick (c.f. also 180e80b4eac1)
Fri, 02 Jul 2010 14:23:18 +0200 introduced distinct session HOL-Codegenerator_Test
haftmann [Fri, 02 Jul 2010 14:23:18 +0200] rev 37695
introduced distinct session HOL-Codegenerator_Test
Fri, 02 Jul 2010 14:23:17 +0200 tuned bootstrap files
haftmann [Fri, 02 Jul 2010 14:23:17 +0200] rev 37694
tuned bootstrap files
Fri, 02 Jul 2010 14:23:17 +0200 remove codegeneration-related theories from big library theory
haftmann [Fri, 02 Jul 2010 14:23:17 +0200] rev 37693
remove codegeneration-related theories from big library theory
Fri, 02 Jul 2010 14:23:17 +0200 drop unconvenient code declarations
haftmann [Fri, 02 Jul 2010 14:23:17 +0200] rev 37692
drop unconvenient code declarations
Fri, 02 Jul 2010 14:23:16 +0200 build image for session HOL-Library; introduced distinct session HOL-Codegenerator_Test
haftmann [Fri, 02 Jul 2010 14:23:16 +0200] rev 37691
build image for session HOL-Library; introduced distinct session HOL-Codegenerator_Test
Sun, 04 Jul 2010 21:01:22 +0200 general Future.report -- also for Toplevel.async_state;
wenzelm [Sun, 04 Jul 2010 21:01:22 +0200] rev 37690
general Future.report -- also for Toplevel.async_state;
Sun, 04 Jul 2010 00:05:32 +0200 simplified Isabelle_Process.Result: use markup directly;
wenzelm [Sun, 04 Jul 2010 00:05:32 +0200] rev 37689
simplified Isabelle_Process.Result: use markup directly;
Sat, 03 Jul 2010 23:24:36 +0200 run_command: actually observe "print" flag;
wenzelm [Sat, 03 Jul 2010 23:24:36 +0200] rev 37688
run_command: actually observe "print" flag;
Sat, 03 Jul 2010 22:33:10 +0200 Toplevel.run_command: asynchronous state output, as an attempt to address potentially slow pretty printing (e.g. in HOL/Bali);
wenzelm [Sat, 03 Jul 2010 22:33:10 +0200] rev 37687
Toplevel.run_command: asynchronous state output, as an attempt to address potentially slow pretty printing (e.g. in HOL/Bali);
Sat, 03 Jul 2010 20:36:30 +0200 more precise timing;
wenzelm [Sat, 03 Jul 2010 20:36:30 +0200] rev 37686
more precise timing;
Sat, 03 Jul 2010 20:20:13 +0200 more efficient document model/view -- avoid repeated iteration over commands from start, prefer bulk operations;
wenzelm [Sat, 03 Jul 2010 20:20:13 +0200] rev 37685
more efficient document model/view -- avoid repeated iteration over commands from start, prefer bulk operations; misc tuning;
Fri, 02 Jul 2010 21:48:54 +0200 standard argument order;
wenzelm [Fri, 02 Jul 2010 21:48:54 +0200] rev 37684
standard argument order; tuned;
Fri, 02 Jul 2010 21:41:06 +0200 do not open auxiliary ML structures;
wenzelm [Fri, 02 Jul 2010 21:41:06 +0200] rev 37683
do not open auxiliary ML structures; misc tuning;
Fri, 02 Jul 2010 20:44:17 +0200 tuned white space;
wenzelm [Fri, 02 Jul 2010 20:44:17 +0200] rev 37682
tuned white space;
Fri, 02 Jul 2010 10:47:50 +0200 fixed spelling
haftmann [Fri, 02 Jul 2010 10:47:50 +0200] rev 37681
fixed spelling
Fri, 02 Jul 2010 10:45:25 +0200 merged
haftmann [Fri, 02 Jul 2010 10:45:25 +0200] rev 37680
merged
Thu, 01 Jul 2010 16:55:05 +0200 "prod" and "sum" replace "*" and "+" respectively; qualified constants Set.member and Set.Collect
haftmann [Thu, 01 Jul 2010 16:55:05 +0200] rev 37679
"prod" and "sum" replace "*" and "+" respectively; qualified constants Set.member and Set.Collect
Thu, 01 Jul 2010 16:54:44 +0200 "prod" and "sum" replace "*" and "+" respectively
haftmann [Thu, 01 Jul 2010 16:54:44 +0200] rev 37678
"prod" and "sum" replace "*" and "+" respectively
Thu, 01 Jul 2010 16:54:42 +0200 qualified constants Set.member and Set.Collect
haftmann [Thu, 01 Jul 2010 16:54:42 +0200] rev 37677
qualified constants Set.member and Set.Collect
Thu, 01 Jul 2010 16:54:42 +0200 "prod" and "sum" replace "*" and "+" respectively; qualified constants Set.member and Set.Collect
haftmann [Thu, 01 Jul 2010 16:54:42 +0200] rev 37676
"prod" and "sum" replace "*" and "+" respectively; qualified constants Set.member and Set.Collect
Thu, 01 Jul 2010 15:40:58 -0700 merged
huffman [Thu, 01 Jul 2010 15:40:58 -0700] rev 37675
merged
Thu, 01 Jul 2010 15:40:38 -0700 convert theorem path_connected_sphere to euclidean_space class
huffman [Thu, 01 Jul 2010 15:40:38 -0700] rev 37674
convert theorem path_connected_sphere to euclidean_space class
Thu, 01 Jul 2010 09:24:04 -0700 generalize more lemmas from ordered_euclidean_space to euclidean_space
huffman [Thu, 01 Jul 2010 09:24:04 -0700] rev 37673
generalize more lemmas from ordered_euclidean_space to euclidean_space
Thu, 01 Jul 2010 19:14:54 +0200 avoid Old_Number_Theory;
wenzelm [Thu, 01 Jul 2010 19:14:54 +0200] rev 37672
avoid Old_Number_Theory; more precise dependencies;
Thu, 01 Jul 2010 18:31:46 +0200 misc tuning and modernization;
wenzelm [Thu, 01 Jul 2010 18:31:46 +0200] rev 37671
misc tuning and modernization;
Thu, 01 Jul 2010 14:32:57 +0200 merged
haftmann [Thu, 01 Jul 2010 14:32:57 +0200] rev 37670
merged
Thu, 01 Jul 2010 13:47:27 +0200 once more a try with mkdir_leaf
haftmann [Thu, 01 Jul 2010 13:47:27 +0200] rev 37669
once more a try with mkdir_leaf
Thu, 01 Jul 2010 13:38:17 +0200 refined semantics of mkdir_leaf: do not fail if directory already exists
haftmann [Thu, 01 Jul 2010 13:38:17 +0200] rev 37668
refined semantics of mkdir_leaf: do not fail if directory already exists
Thu, 01 Jul 2010 13:32:14 +0200 avoid bitstrings in generated code
haftmann [Thu, 01 Jul 2010 13:32:14 +0200] rev 37667
avoid bitstrings in generated code
Thu, 01 Jul 2010 10:57:19 +0200 Updated NEWS
hoelzl [Thu, 01 Jul 2010 10:57:19 +0200] rev 37666
Updated NEWS
Thu, 01 Jul 2010 11:48:42 +0200 Add theory for indicator function.
hoelzl [Thu, 01 Jul 2010 11:48:42 +0200] rev 37665
Add theory for indicator function.
Thu, 01 Jul 2010 09:01:09 +0200 Instantiate product type as euclidean space.
hoelzl [Thu, 01 Jul 2010 09:01:09 +0200] rev 37664
Instantiate product type as euclidean space.
Thu, 01 Jul 2010 08:13:20 +0200 merged
haftmann [Thu, 01 Jul 2010 08:13:20 +0200] rev 37663
merged
Thu, 01 Jul 2010 08:12:55 +0200 repaired line ending
haftmann [Thu, 01 Jul 2010 08:12:55 +0200] rev 37662
repaired line ending
Thu, 01 Jul 2010 08:12:40 +0200 revert to plain for now mkdir
haftmann [Thu, 01 Jul 2010 08:12:40 +0200] rev 37661
revert to plain for now mkdir
Wed, 30 Jun 2010 17:12:38 +0200 one unified Word theory
haftmann [Wed, 30 Jun 2010 17:12:38 +0200] rev 37660
one unified Word theory
Wed, 30 Jun 2010 16:46:44 +0200 more speaking names
haftmann [Wed, 30 Jun 2010 16:46:44 +0200] rev 37659
more speaking names
Wed, 30 Jun 2010 16:45:47 +0200 more speaking names
haftmann [Wed, 30 Jun 2010 16:45:47 +0200] rev 37658
more speaking names
Wed, 30 Jun 2010 16:41:03 +0200 moved specific operations here
haftmann [Wed, 30 Jun 2010 16:41:03 +0200] rev 37657
moved specific operations here
Wed, 30 Jun 2010 16:28:29 +0200 more speaking theory names
haftmann [Wed, 30 Jun 2010 16:28:29 +0200] rev 37656
more speaking theory names
Wed, 30 Jun 2010 16:28:14 +0200 more speaking theory names
haftmann [Wed, 30 Jun 2010 16:28:14 +0200] rev 37655
more speaking theory names
Wed, 30 Jun 2010 16:28:13 +0200 use existing bit type from theory Bit
haftmann [Wed, 30 Jun 2010 16:28:13 +0200] rev 37654
use existing bit type from theory Bit
Wed, 30 Jun 2010 16:28:13 +0200 split off Cardinality from Numeral_Type
haftmann [Wed, 30 Jun 2010 16:28:13 +0200] rev 37653
split off Cardinality from Numeral_Type
Wed, 30 Jun 2010 16:28:13 +0200 added literal and typerep instances
haftmann [Wed, 30 Jun 2010 16:28:13 +0200] rev 37652
added literal and typerep instances
Wed, 30 Jun 2010 12:20:45 +0200 mkdir_leaf -- avoiding surprises with typos in user-given paths
haftmann [Wed, 30 Jun 2010 12:20:45 +0200] rev 37651
mkdir_leaf -- avoiding surprises with typos in user-given paths
Wed, 30 Jun 2010 21:29:58 -0700 generalize some lemmas about derivatives
huffman [Wed, 30 Jun 2010 21:29:58 -0700] rev 37650
generalize some lemmas about derivatives
Wed, 30 Jun 2010 21:13:46 -0700 add lemma at_within_interior
huffman [Wed, 30 Jun 2010 21:13:46 -0700] rev 37649
add lemma at_within_interior
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip