ProgTutorial/Recipes/Sat.thy
changeset 329 5dffcab68680
parent 294 ee9d53fbb56b
child 346 0fea8b7a14a1
--- a/ProgTutorial/Recipes/Sat.thy	Sat Oct 03 13:01:39 2009 +0200
+++ b/ProgTutorial/Recipes/Sat.thy	Sat Oct 03 19:10:23 2009 +0200
@@ -1,6 +1,6 @@
 
 theory Sat
-imports Main "../Base"
+imports Main "../FirstSteps"
 begin
 
 section {* SAT Solvers\label{rec:sat} *}
@@ -59,7 +59,7 @@
   @{ML table'} is:
 
   @{ML_response_fake [display,gray]
-  "map (apfst (Syntax.string_of_term @{context})) (Termtab.dest table')"
+  "map (apfst (string_of_term @{context})) (Termtab.dest table')"
   "(\<forall>x. P x, 1)"}
   
   In the print out of the tabel, we used some pretty printing scaffolding