# HG changeset patch # User berghofe # Date 1051771177 -7200 # Node ID dc93e3a68142c78af1da8756da5a5366dc9274c6 # Parent 2ae108fcd068165811c880b8528b2ceae2e752fe induct_impliesI is now unfolded. diff -r 2ae108fcd068 -r dc93e3a68142 src/HOL/Extraction.thy --- a/src/HOL/Extraction.thy Wed Apr 30 18:33:41 2003 +0200 +++ b/src/HOL/Extraction.thy Thu May 01 08:39:37 2003 +0200 @@ -52,7 +52,7 @@ allE rev_mp conjE Eq_TrueI Eq_FalseI eqTrueI eqTrueE eq_cong2 notE' impE' impE iffE imp_cong simp_thms induct_forall_eq induct_implies_eq induct_equal_eq - induct_forall_def induct_implies_def + induct_forall_def induct_implies_def induct_impliesI induct_atomize induct_rulify1 induct_rulify2 datatype sumbool = Left | Right