wenzelm [Sun, 21 May 2000 14:44:01 +0200] rev 8901
cite isabelle-axclass;
wenzelm [Sun, 21 May 2000 14:42:35 +0200] rev 8900
improved \BG, \EN;
wenzelm [Sun, 21 May 2000 14:37:17 +0200] rev 8899
removed is_type_abbr;
wenzelm [Sun, 21 May 2000 14:36:29 +0200] rev 8898
removed is_type_abbr;
added certify_class, certify_sort, read_sort;
adapted to inner syntax of sorts;
wenzelm [Sun, 21 May 2000 14:35:27 +0200] rev 8897
adapted to inner syntax of sorts;
wenzelm [Sun, 21 May 2000 14:33:46 +0200] rev 8896
replaced {{ }} by { };
wenzelm [Sun, 21 May 2000 14:32:47 +0200] rev 8895
added sort_of_term;
export sortT;
wenzelm [Sun, 21 May 2000 14:31:41 +0200] rev 8894
added read_sort;
wenzelm [Sun, 21 May 2000 01:18:29 +0200] rev 8893
*** empty log message ***
wenzelm [Sun, 21 May 2000 01:17:12 +0200] rev 8892
new stuff;
wenzelm [Sun, 21 May 2000 01:16:54 +0200] rev 8891
\urlstyle{rm};
wenzelm [Sun, 21 May 2000 01:12:00 +0200] rev 8890
snapshot of new Isar'ized version;
nipkow [Sat, 20 May 2000 18:37:21 +0200] rev 8889
added lemma.
nipkow [Sat, 20 May 2000 15:15:02 +0200] rev 8888
fixed link
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;
wenzelm [Thu, 18 May 2000 19:04:04 +0200] rev 8886
print_state: flag for proof only;
wenzelm [Thu, 18 May 2000 18:48:55 +0200] rev 8885
hide: check declared;
wenzelm [Thu, 18 May 2000 18:46:13 +0200] rev 8884
added disable_pr, enable_pr;
wenzelm [Thu, 18 May 2000 17:21:58 +0200] rev 8883
'pr' now prints actual proof states only;
wenzelm [Thu, 18 May 2000 11:43:57 +0200] rev 8882
fewer consts declared as global;
wenzelm [Thu, 18 May 2000 11:40:57 +0200] rev 8881
'apply' consumes facts;
wenzelm [Wed, 17 May 2000 18:27:13 +0200] rev 8880
Proof General -- if present make this the default;
wenzelm [Wed, 17 May 2000 17:16:21 +0200] rev 8879
export generic_simp_tac;
paulson [Tue, 16 May 2000 14:07:49 +0200] rev 8878
changed to cope with the rewriting of #2+n to Suc(Suc n)