ProgTutorial/Appendix.thy
author griff
Tue, 21 Jul 2009 11:53:41 +0200
changeset 267 83abec907072
parent 189 069d525f8f1d
child 346 0fea8b7a14a1
permissions -rw-r--r--
if n would be 0, rev_sum would be missing an argument


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