diff -r 321e220a6baa -r 034150db9d91 ProgTutorial/Recipes/Sat.thy --- a/ProgTutorial/Recipes/Sat.thy Tue May 21 16:22:30 2019 +0200 +++ b/ProgTutorial/Recipes/Sat.thy Wed May 22 12:38:51 2019 +0200 @@ -52,14 +52,16 @@ \ ML %grayML\val (pform', table') = - Prop_Logic.prop_formula_of_term @{term "\x::nat. P x"} Termtab.empty\ + Prop_Logic.prop_formula_of_term @{term "\x::nat. P x"} + Termtab.empty\ text \ returns @{ML \BoolVar 1\ in Prop_Logic} for @{ML pform'} and the table @{ML table'} is: @{ML_response [display,gray] - \map (apfst (YXML.content_of o Syntax.string_of_term @{context})) (Termtab.dest table')\ + \map (apfst (YXML.content_of o 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