We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf371e commit ab972d9Copy full SHA for ab972d9
test/extract_code/mld_extraction.t/run.t
@@ -78,9 +78,10 @@ We can output to a file
78
let y = x + 6. (* This is a typing error *)
79
80
81
-Let's check line directive work:
+Let's check line directive work ("-color never" to make sure the error message
82
+is the same in all context):
83
- $ ocaml error.ml
84
+ $ ocaml -color never error.ml
85
File "main.mld", line 26, characters 15-17:
86
Error: This expression has type "float" but an expression was expected of type
87
"int"
0 commit comments