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 8283b3f commit 3fb7434Copy full SHA for 3fb7434
bin/isgen.ml
@@ -12,7 +12,8 @@ let rec loop env =
12
let ( let* ) x f = Result.bind x ~f in
13
let* pp = Stellogen.Sgen_eval.pp_err ~notyping:false e in
14
Stdlib.output_string Stdlib.stderr pp;
15
- Error e
+ Stdlib.flush Stdlib.stderr;
16
+ loop env
17
18
let () =
19
let _ = loop Stellogen.Sgen_ast.initial_env in
0 commit comments