CookBook/Package/Ind_Code.thy
author Christian Urban <urbanc@in.tum.de>
Fri, 13 Feb 2009 09:57:08 +0000
changeset 114 13fd0a83d3c3
parent 110 12533bb49615
child 118 5f003fdf2653
permissions -rw-r--r--
properly handled linenumbers in ML-text and Isar-proofs

theory Ind_Code
imports "../Base" Simple_Inductive_Package
begin

text {*

  @{ML_chunk [display,gray] induction_rules}

*}

text {*

  @{ML_chunk [display,gray] intro_rules}

*}

end