CookBook/Appendix.thy
author Christian Urban <urbanc@in.tum.de>
Wed, 18 Mar 2009 18:27:48 +0100
changeset 186 371e4375c994
parent 184 c7f04a008c9c
permissions -rw-r--r--
made the Ackermann function example safer and included suggestions from MW


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