CookBook/Package/Ind_Code.thy
author Christian Urban <urbanc@in.tum.de>
Tue, 24 Feb 2009 01:30:15 +0000
changeset 133 3e94ccc0f31e
parent 124 0b9fa606a746
child 163 2319cff107f0
permissions -rw-r--r--
polishing and start of the section about attributes

theory Ind_Code
imports "../Base" Simple_Inductive_Package
begin

text {*

  @{ML_chunk [display,gray] definitions_aux}
  @{ML_chunk [display,gray,linenos] definitions}

*}

text {*

  @{ML_chunk [display,gray] induction_rules}

*}

text {*

  @{ML_chunk [display,gray] intro_rules}


*}

text {*
  Things to include at the end:

  \begin{itemize}
  \item say something about add-inductive-i to return
  the rules
  \item say that the induction principle is weaker (weaker than
  what the standard inductive package generates)
  \end{itemize}
  
*}


end