[Haskell-cafe] resources on static analysis

2013-09-10 Thread Maarten Faddegon
. Thanks, Maarten Faddegon ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

[Haskell-cafe] pattern matching vs if-then-else

2012-08-12 Thread Maarten Faddegon
Hi there, I am writing a toy compiler in Haskell to further my skills in functional programming. One of the functions I wrote is to determine the iteration count of a loop. I have a number of different test that I want to do and I find myself now testing some of these using pattern matching a