[ create a new paste ] login | about

Link: http://codepad.org/0nU2ZUL1    [ raw code | output | fork ]

johannes - Haskell, pasted on Aug 3:
1
2
3
4
5
6
module Main where

fn1 x = "lazy"
fn2 = [1..]

main = print (fn1 fn2)


Output:
1
"lazy"


Create a new paste based on this one


Comments: