CookBook/Package/Ind_Code.thy
author Christian Urban <urbanc@in.tum.de>
Mon, 09 Feb 2009 01:23:35 +0000
changeset 106 bdd82350cf22
parent 91 667a0943c40b
child 110 12533bb49615
permissions -rw-r--r--
renamed in the pdf all instances of cookbook to tutorial (in order to sound more serious)

theory Ind_Code
imports "../Base" Simple_Inductive_Package
begin

text {*

  @{ML_chunk [display,gray] induction_rules}

*}

text {*

  @{ML_chunk [display,gray] intro_rules}

*}

text {*

  @{ML_chunk [display,gray] storing}

*}
end