let foo () : unit = ();; let bar (x : unit) : string = "bar";; print_string (bar (foo()))
Standard input is empty
bar
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!