ProgTutorial/Appendix.thy
author Christian Urban <urbanc@in.tum.de>
Sat, 29 May 2010 12:30:02 +0200
changeset 427 94538ddcac9b
parent 407 aee4abd02db1
child 475 25371f74c768
permissions -rw-r--r--
added example from Tobias and changed the title


theory Appendix
imports Base
begin

(*<*)
setup{*
open_file_with_prelude 
  "Recipes_Code.thy"
  ["theory Recipes", "imports Main", "begin"]
*}
(*>*)

text {* \appendix *}


chapter {* Recipes *}

text {*
  Possible topics: 

  \begin{itemize}
  \item translations/print translations; 
  @{ML "ProofContext.print_syntax"}
  
  \item user space type systems (in the form that already exists)

  \item useful datastructures: discrimination nets, graphs, association lists

  \item Brief history of Isabelle
  \end{itemize}
*}

end