diff -r 7d3dbc1171ff -r f0bb15a046ae src/Tools/isac/Interpret/Interpret.thy --- a/src/Tools/isac/Interpret/Interpret.thy Tue Oct 18 12:05:03 2016 +0200 +++ b/src/Tools/isac/Interpret/Interpret.thy Thu Oct 20 10:26:29 2016 +0200 @@ -9,12 +9,6 @@ ML_file "~~/src/Tools/isac/Interpret/mstools.sml" ML_file "~~/src/Tools/isac/Interpret/ctree.sml" ML_file "~~/src/Tools/isac/Interpret/ptyps.sml" -ML {* -Rewrite'; (*thm' vvv*) -fun thm'_to_thm'' ((thmID, str) : thm') = (thmID, str2term str) : thm'' (*TODO: id + remove*) -fun thm''_to_thm' ((thmID, trm) : thm'') = (thmID, term2str trm) : thm' (*TODO: id + remove*); -Rewrite; (*thm'' ^^^*) -*} ML_file "~~/src/Tools/isac/Interpret/generate.sml" ML_file "~~/src/Tools/isac/Interpret/calchead.sml" ML_file "~~/src/Tools/isac/Interpret/appl.sml"