Sun, 21 May 2000 14:35:27 +0200 adapted to inner syntax of sorts;
wenzelm [Sun, 21 May 2000 14:35:27 +0200] rev 8897
adapted to inner syntax of sorts;
Sun, 21 May 2000 14:33:46 +0200 replaced {{ }} by { };
wenzelm [Sun, 21 May 2000 14:33:46 +0200] rev 8896
replaced {{ }} by { };
Sun, 21 May 2000 14:32:47 +0200 added sort_of_term;
wenzelm [Sun, 21 May 2000 14:32:47 +0200] rev 8895
added sort_of_term; export sortT;
Sun, 21 May 2000 14:31:41 +0200 added read_sort;
wenzelm [Sun, 21 May 2000 14:31:41 +0200] rev 8894
added read_sort;
Sun, 21 May 2000 01:18:29 +0200 *** empty log message ***
wenzelm [Sun, 21 May 2000 01:18:29 +0200] rev 8893
*** empty log message ***
Sun, 21 May 2000 01:17:12 +0200 new stuff;
wenzelm [Sun, 21 May 2000 01:17:12 +0200] rev 8892
new stuff;
Sun, 21 May 2000 01:16:54 +0200 \urlstyle{rm};
wenzelm [Sun, 21 May 2000 01:16:54 +0200] rev 8891
\urlstyle{rm};
Sun, 21 May 2000 01:12:00 +0200 snapshot of new Isar'ized version;
wenzelm [Sun, 21 May 2000 01:12:00 +0200] rev 8890
snapshot of new Isar'ized version;
Sat, 20 May 2000 18:37:21 +0200 added lemma.
nipkow [Sat, 20 May 2000 18:37:21 +0200] rev 8889
added lemma.
Sat, 20 May 2000 15:15:02 +0200 fixed link
nipkow [Sat, 20 May 2000 15:15:02 +0200] rev 8888
fixed link
Thu, 18 May 2000 19:10:08 +0200 * HOL/ML: even fewer consts are declared as global (see theories Ord,
wenzelm [Thu, 18 May 2000 19:10:08 +0200] rev 8887
* HOL/ML: even fewer consts are declared as global (see theories Ord, Lfp, Gfp, WF); this only affects ML packages that refer to const names internally; * 'pr' command: no longer prints theory contexts, but only proof states;
Thu, 18 May 2000 19:04:04 +0200 print_state: flag for proof only;
wenzelm [Thu, 18 May 2000 19:04:04 +0200] rev 8886
print_state: flag for proof only;
Thu, 18 May 2000 18:48:55 +0200 hide: check declared;
wenzelm [Thu, 18 May 2000 18:48:55 +0200] rev 8885
hide: check declared;
Thu, 18 May 2000 18:46:13 +0200 added disable_pr, enable_pr;
wenzelm [Thu, 18 May 2000 18:46:13 +0200] rev 8884
added disable_pr, enable_pr;
Thu, 18 May 2000 17:21:58 +0200 'pr' now prints actual proof states only;
wenzelm [Thu, 18 May 2000 17:21:58 +0200] rev 8883
'pr' now prints actual proof states only;
Thu, 18 May 2000 11:43:57 +0200 fewer consts declared as global;
wenzelm [Thu, 18 May 2000 11:43:57 +0200] rev 8882
fewer consts declared as global;
Thu, 18 May 2000 11:40:57 +0200 'apply' consumes facts;
wenzelm [Thu, 18 May 2000 11:40:57 +0200] rev 8881
'apply' consumes facts;
Wed, 17 May 2000 18:27:13 +0200 Proof General -- if present make this the default;
wenzelm [Wed, 17 May 2000 18:27:13 +0200] rev 8880
Proof General -- if present make this the default;
Wed, 17 May 2000 17:16:21 +0200 export generic_simp_tac;
wenzelm [Wed, 17 May 2000 17:16:21 +0200] rev 8879
export generic_simp_tac;
Tue, 16 May 2000 14:07:49 +0200 changed to cope with the rewriting of #2+n to Suc(Suc n)
paulson [Tue, 16 May 2000 14:07:49 +0200] rev 8878
changed to cope with the rewriting of #2+n to Suc(Suc n)
Tue, 16 May 2000 14:07:06 +0200 new policy to simplify the use of numerals:
paulson [Tue, 16 May 2000 14:07:06 +0200] rev 8877
new policy to simplify the use of numerals: #0 -> 0 #1 -> 1 #2 + n -> Suc (Suc n) similarly for n + #2
Tue, 16 May 2000 14:04:29 +0200 reverted to old proof of dominoes_tile_row, given new treatment of #2+...
paulson [Tue, 16 May 2000 14:04:29 +0200] rev 8876
reverted to old proof of dominoes_tile_row, given new treatment of #2+...
Mon, 15 May 2000 17:34:05 +0200 Replaced some definitions involving epsilon by more readable primrec
berghofe [Mon, 15 May 2000 17:34:05 +0200] rev 8875
Replaced some definitions involving epsilon by more readable primrec definitions.
Mon, 15 May 2000 17:32:39 +0200 alist_rec and assoc are now defined using primrec and thus no longer
berghofe [Mon, 15 May 2000 17:32:39 +0200] rev 8874
alist_rec and assoc are now defined using primrec and thus no longer refer to the recursion combinator list_rec, which should be considered internal.
Mon, 15 May 2000 17:30:19 +0200 Removed unnecessary primrec equations of hd and last involving arbitrary.
berghofe [Mon, 15 May 2000 17:30:19 +0200] rev 8873
Removed unnecessary primrec equations of hd and last involving arbitrary.
Mon, 15 May 2000 10:34:51 +0200 collected three proofs into rename_client_map_tac
paulson [Mon, 15 May 2000 10:34:51 +0200] rev 8872
collected three proofs into rename_client_map_tac
Mon, 15 May 2000 10:33:32 +0200 added the dummy theory Integ/NatSimprocs.thy
paulson [Mon, 15 May 2000 10:33:32 +0200] rev 8871
added the dummy theory Integ/NatSimprocs.thy
Fri, 12 May 2000 15:21:58 +0200 updated
paulson [Fri, 12 May 2000 15:21:58 +0200] rev 8870
updated
(0) -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 +10000 +30000 tip