type 'a tree = | Leaf of 'a | Branch of ('a * 'a) tree deriving (Show)
Standard input is empty
File "prog.ml", line 4, characters 10-11: Syntax error
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!