fork download
  1. let x : int = 3;;
  2. let y : bool = false;;
  3. let y : bool = true in not y;;
  4. # ((x = 5) = y);;
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
File "prog.ml", line 4, characters 0-1:
Syntax error
stdout
Standard output is empty