CookBook/Package/Ind_Code.thy
author Christian Urban <urbanc@in.tum.de>
Wed, 11 Feb 2009 17:40:24 +0000
changeset 108 8bea3f74889d
parent 91 667a0943c40b
child 110 12533bb49615
permissions -rw-r--r--
added to the tactical chapter; polished; added the tabularstar environment (which is just tabular*)

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