CookBook/Package/Ind_Code.thy
author Christian Urban <urbanc@in.tum.de>
Fri, 13 Feb 2009 01:05:31 +0000
changeset 113 9b6c9d172378
parent 110 12533bb49615
child 118 5f003fdf2653
permissions -rw-r--r--
slightly updated

theory Ind_Code
imports "../Base" Simple_Inductive_Package
begin

text {*

  @{ML_chunk [display,gray] induction_rules}

*}

text {*

  @{ML_chunk [display,gray] intro_rules}

*}

end