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.