User contributions
- 09:29, 14 January 2012 (diff | hist) . . (+11) . . Talk:99 questions/Solutions/31
- 09:27, 14 January 2012 (diff | hist) . . (+269) . . N Talk:99 questions/Solutions/31 (New page: Does something like this deserves being put on the wiki ? <haskell> isPrime :: Int -> Bool isPrime n | n <= 1 = False isPrime n = isPrime' 2 n where isPrime' x n | x*x > n = True ...)
- 09:04, 14 January 2012 (diff | hist) . . (+1,378) . . 99 questions/Solutions/26
- 08:47, 14 January 2012 (diff | hist) . . (+79) . . Talk:99 questions/Solutions/26 (current)
- 23:55, 13 January 2012 (diff | hist) . . (+240) . . 99 questions/Solutions/26 (added one solution with Applicative)
- 23:15, 13 January 2012 (diff | hist) . . (+81) . . 99 questions/Solutions/22 (added one solution with scanl)