tuned
authorhaftmann
Wed, 22 Apr 2009 19:09:25 +0200
changeset 30963 f44736b9d804
parent 30962 f5fd07c558f9
child 30964 e80c06577ade
tuned
src/Tools/code/code_target.ML
--- a/src/Tools/code/code_target.ML	Wed Apr 22 19:09:23 2009 +0200
+++ b/src/Tools/code/code_target.ML	Wed Apr 22 19:09:25 2009 +0200
@@ -68,7 +68,7 @@
 fun compile f = (code_setmp f Compile; ());
 fun export f = (code_setmp f Export; ());
 fun file p f = (code_setmp f (File p); ());
-fun string cs f = fst (the (code_setmp f (String cs)));
+fun string stmts f = fst (the (code_setmp f (String stmts)));
 
 fun stmt_names_of_destination (String stmts) = stmts
   | stmt_names_of_destination _ = [];