Define (some) semantic errors
[tiger.ml.git] / compiler / src / lib / tiger / tiger_position.ml
index 217de6b..6d69ecb 100644 (file)
@@ -29,5 +29,5 @@ let to_string
   }
 =
   Printf.sprintf
-    "file: %S, between (line/char) %d/%d and %d/%d"
+    "file: %S, between (line,char) %d,%d and %d,%d"
     file start_line start_char end_line end_char
This page took 0.022979 seconds and 4 git commands to generate.