CookBook/Package/Ind_Code.thy
author boehmes
Fri, 30 Jan 2009 16:58:31 +0100
changeset 94 531e453c9d67
parent 91 667a0943c40b
child 110 12533bb49615
permissions -rw-r--r--
rewrote recipes describing external solvers

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