ProgTutorial/Appendix.thy
author Christian Urban <urbanc@in.tum.de>
Wed, 16 Nov 2011 13:23:27 +0000 (2011-11-16)
changeset 500 6cfde4ff13e3
parent 475 25371f74c768
child 517 d8c376662bb4
permissions -rw-r--r--
more on contexts

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 "Proof_Context.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