CookBook/Package/Ind_Code.thy
author Christian Urban <urbanc@in.tum.de>
Sat, 14 Feb 2009 00:24:05 +0000
changeset 117 796c6ea633b3
parent 110 12533bb49615
child 118 5f003fdf2653
permissions -rw-r--r--
added an option for linenumbers to the chunk-antiquotation

theory Ind_Code
imports "../Base" Simple_Inductive_Package
begin

text {*

  @{ML_chunk [display,gray] induction_rules}

*}

text {*

  @{ML_chunk [display,gray] intro_rules}

*}

end