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