[ create a new paste ] login | about

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

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

fn x = "lazy"
n = n

main = print (fn n)


Output:
1
"lazy"


Create a new paste based on this one


Comments: