CookBook/Package/Ind_Code.thy
author Christian Urban <urbanc@in.tum.de>
Sun, 15 Feb 2009 18:58:21 +0000
changeset 120 c39f83d8daeb
parent 118 5f003fdf2653
child 124 0b9fa606a746
permissions -rw-r--r--
some polishing; split up the file External Solver into two

theory Ind_Code
imports "../Base" Simple_Inductive_Package
begin

text {*

  @{ML_chunk [display,gray] definitions_aux}
  @{ML_chunk [display,gray,linenos] definitions}

*}

text {*

  @{ML_chunk [display,gray] induction_rules}

*}

text {*

  @{ML_chunk [display,gray] intro_rules}

*}

end