CookBook/Package/Ind_Code.thy
author Christian Urban <urbanc@in.tum.de>
Thu, 12 Feb 2009 16:09:42 +0000
changeset 110 12533bb49615
parent 91 667a0943c40b
child 118 5f003fdf2653
permissions -rw-r--r--
recovered old version of simple_induct; split the main function into small functions

theory Ind_Code
imports "../Base" Simple_Inductive_Package
begin

text {*

  @{ML_chunk [display,gray] induction_rules}

*}

text {*

  @{ML_chunk [display,gray] intro_rules}

*}

end