more correct error message
authorhaftmann
Wed, 25 Apr 2018 09:04:26 +0000
changeset 68034 27ba50c79328
parent 68033 ad4b8b6892c3
child 68035 6d7cc6723978
more correct error message
src/Tools/Code/code_scala.ML
--- a/src/Tools/Code/code_scala.ML	Wed Apr 25 09:04:25 2018 +0000
+++ b/src/Tools/Code/code_scala.ML	Wed Apr 25 09:04:26 2018 +0000
@@ -36,7 +36,7 @@
           if i < 32 orelse i > 126
           then chr i
           else if i >= 128
-          then error "non-ASCII byte in Haskell string literal"
+          then error "non-ASCII byte in Scala string literal"
           else c
         end
   in quote o translate_string char end;