let uncurry f (x, y) = f x ylet k x y = xlet k' x y = y let fst<'a,'b> = uncurry klet snd<'a,'b> = uncurry k'
Standard input is empty
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!