Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
Fibonacci
1
Name:
Anonymous
2007-07-24 19:07
ID:DzKI9Xsx
fibs :: [Int]
fibs = 0 : 1 : [ a + b | (a, b) <- zip fibs (tail fibs)]
Fibonacci
33
Name:
Anonymous
2007-07-27 20:18
ID:t7FojlNs
>>32
Whoa... those named unary operators seem like evil cruft. Why not just use parens properly? Did I miss something?
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List