CookBook/Package/Ind_Code.thy
author Christian Urban <urbanc@in.tum.de>
Thu, 12 Feb 2009 16:35:05 +0000
changeset 111 3798baeee55f
parent 110 12533bb49615
child 118 5f003fdf2653
permissions -rw-r--r--
rearranged some functions

theory Ind_Code
imports "../Base" Simple_Inductive_Package
begin

text {*

  @{ML_chunk [display,gray] induction_rules}

*}

text {*

  @{ML_chunk [display,gray] intro_rules}

*}

end