1 2 3 | fibs = 0 : 1 : zipWith (+) fibs (tail fibs) |
ZmlicyA9IDAgOiAxIDogemlwV2l0aCAoKykgZmlicyAodGFpbCBmaWJzKQoK
[1 of 1] Compiling Main ( prog.hs, prog.o ) prog.hs:1:0: The function `main' is not defined in module `Main'
-
result: Compilation error (maybe you wish to see an example for Haskell)



