ProgTutorial/output_tutorial.ML
changeset 261 358f325f4db6
parent 258 03145998190b
child 302 0cbd34857b9e
--- a/ProgTutorial/output_tutorial.ML	Fri Jun 05 04:17:28 2009 +0200
+++ b/ProgTutorial/output_tutorial.ML	Tue Jun 23 04:05:01 2009 +0200
@@ -51,7 +51,7 @@
     | "}" => "\\}"
     | "$" => "\\isachardollar"
     | "!" => "\\isacharbang"
-    | "\\<dash>" => "-"
+    | "\<dash>" => "-"
     | c => c);
 
 fun get_word str =