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 2bc31e0 commit 48af501Copy full SHA for 48af501
ML/Mlton_Main.sml
@@ -1,3 +1 @@
1
-(* val main = check_and_verify_from_stream (TextIO.stdIn) *)
2
-val main = check_and_verify
3
val _ = if MLton.isMLton then main() else ()
ML/Muntax.sml
@@ -54,4 +54,6 @@ fun check_and_verify_from_stream stream _ =
54
then println "Failed to read line from input!"
55
(* We append a space to terminate the input for the parser *)
56
else input ^ " " |> run_and_print check_deadlock
57
- end;
+ end;
58
+
59
+val main = check_and_verify_from_stream TextIO.stdIn
0 commit comments