ProgTutorial/Appendix.thy
author Christian Urban <urbanc@in.tum.de>
Thu, 26 Mar 2009 19:00:51 +0000
changeset 210 db8e302f44c8
parent 189 069d525f8f1d
child 346 0fea8b7a14a1
permissions -rw-r--r--
more work on the simple inductive section


theory Appendix
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 unification and typing algorithms 
  (@{ML_file "Pure/pattern.ML"} implements HOPU)

  \item useful datastructures: discrimination nets, association lists
  \end{itemize}
*}

end