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.
paulson [Wed, 15 May 1996 13:51:15 +0200] rev 1745
Deleted spurious line break
paulson [Fri, 10 May 1996 17:41:10 +0200] rev 1744
Corrected and augmented timings
paulson [Fri, 10 May 1996 17:03:17 +0200] rev 1743
Updated for new form of induction rules
paulson [Thu, 09 May 1996 11:46:32 +0200] rev 1742
Updated for new form of induction rules
paulson [Thu, 09 May 1996 11:45:53 +0200] rev 1741
Removed special syntax for -a-> and nested tuples to left
paulson [Thu, 09 May 1996 11:45:00 +0200] rev 1740
Updated for new form of induction rules
paulson [Thu, 09 May 1996 11:43:44 +0200] rev 1739
Added prune_params_tac to improve readability of subgoals
paulson [Wed, 08 May 1996 18:01:54 +0200] rev 1738
moved ap_split to cartprod.ML
paulson [Wed, 08 May 1996 17:59:21 +0200] rev 1737
Modified to use new functor signatures
paulson [Wed, 08 May 1996 17:57:05 +0200] rev 1736
Predicates are now uncurried in both induction rules,
regardless of how tuples are nested. Only returns mutual_induct if there is
true mutual recursion.