Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
Optimize Your Loops
1
Name:
FrozenVoid
2009-06-26 15:57
replace i%x=0 by i&x=0
4
Name:
Anonymous
2009-06-26 16:41
Prelude Data.Bits> length [(a, b) | a <- [1..100], b <- [1..100], a `mod` b /= a .&. b]
8713
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List