berghofe [Thu, 23 May 1996 14:37:06 +0200] rev 1760
Replaced fast_tac by Fast_tac (which uses default claset)
New rules are now also added to default claset.
nipkow [Wed, 22 May 1996 18:32:37 +0200] rev 1759
Added comparison with implicit rule Fun(lift s 0 @ Var 0) -e> s
nipkow [Wed, 22 May 1996 17:30:16 +0200] rev 1758
Added ex_imp
nipkow [Wed, 22 May 1996 17:11:54 +0200] rev 1757
Added the second half of the W/I correspondence.
nipkow [Wed, 22 May 1996 16:54:16 +0200] rev 1756
Added swap_prems_rl
berghofe [Tue, 21 May 1996 13:42:53 +0200] rev 1755
Added additional parent theory equalities because some proofs in
Prod.ML depend on rules proved in equalities.ML
berghofe [Tue, 21 May 1996 13:39:31 +0200] rev 1754
Replaced fast_tac by Fast_tac (which uses default claset)
New rules are now also added to default claset.
nipkow [Tue, 21 May 1996 10:52:26 +0200] rev 1753
Corrected comment wrt I
nipkow [Tue, 21 May 1996 10:50:40 +0200] rev 1752
Updated url.
nipkow [Mon, 20 May 1996 18:41:55 +0200] rev 1751
Added thm I_complete_wrt_W to I.
Added a few lemmas to Maybe and Type.
berghofe [Mon, 20 May 1996 10:11:30 +0200] rev 1750
replaced result() by qed "sorted_insort" in last proof
nipkow [Fri, 17 May 1996 16:22:23 +0200] rev 1749
Added missing default clause | top_const _ = None;
nipkow [Fri, 17 May 1996 16:08:06 +0200] rev 1748
Added if_image_distrib.
nipkow [Fri, 17 May 1996 12:24:47 +0200] rev 1747
Had to rename params because variable names in an induction rule changed.
nipkow [Fri, 17 May 1996 12:23:44 +0200] rev 1746
Moved split_rule et al from ind_syntax.ML to Prod.ML.
Used split_rule in Lfp.ML and Trancl.ML.