my_repeat a n = fix (a:) !! n where fix f = x where x = f x main = print $ my_repeat 5 5
Standard input is empty
5
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!