CookBook/Package/Ind_Code.thy
author Christian Urban <urbanc@in.tum.de>
Wed, 04 Feb 2009 20:26:38 +0000
changeset 95 7235374f34c8
parent 91 667a0943c40b
child 110 12533bb49615
permissions -rw-r--r--
added some preliminary notes about SUBPROOF

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