CookBook/Package/Ind_Code.thy
author Christian Urban <urbanc@in.tum.de>
Thu, 05 Feb 2009 16:34:05 +0000
changeset 96 018bfa718982
parent 91 667a0943c40b
child 110 12533bb49615
permissions -rw-r--r--
(re)defined the document antiquotation @subgoal in order to be closer to what is actually printed

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