Phil, thanks for the response.
> I was thinking about the dynamic behavior of par, and there's something> that's a little confusing to me. Am I right in understanding that (x
> `par` y) evaluates to y, and may or may not evaluate x along the way?The reason that par doesn't necessarily evaluate it
thanks for your answers,
i guess i have to look at strictness and such 'optimizations', ...
mt
2006/5/9, Bulat Ziganshin <[EMAIL PROTECTED]>:
Hello minh,
Monday, May 8, 2006, 12:28:35 PM, you wrote:
> acc1 ints = foldr (+) 0 ints
foldl?
> -
Hi,
since i was getting frustrated by having very good OpenGL/GLUT Haskell
bindings but no image loading library i have put together a very small library
from SDL_image (and a bare minimun of SDL) to load directly and very easily
image files to opengl textures.
The download link and the overview