let ref f = function | [] -> "vide" | _ -> "pas vide" let () = print_endline (f [])
Standard input is empty
File "prog.ml", line 5, characters 24-25: Unbound value f
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!