diff -r a0b280dd4bc7 -r 520127b708e6 ProgTutorial/Recipes/Sat.thy --- a/ProgTutorial/Recipes/Sat.thy Tue Jul 20 13:34:44 2010 +0100 +++ b/ProgTutorial/Recipes/Sat.thy Wed Jul 28 19:09:49 2010 +0200 @@ -1,6 +1,6 @@ theory Sat -imports "../Appendix" "../FirstSteps" +imports "../Appendix" "../First_Steps" begin section {* SAT Solvers\label{rec:sat} *} @@ -59,7 +59,7 @@ @{ML table'} is: @{ML_response_fake [display,gray] - "map (apfst (string_of_term @{context})) (Termtab.dest table')" + "map (apfst (Syntax.string_of_term @{context})) (Termtab.dest table')" "(\x. P x, 1)"} In the print out of the tabel, we used some pretty printing scaffolding