Badge
| Enlightened | First to answer and accepted with score of 10 or more. This badge can be awarded multiple times. |
hammar earned this badge 69 times |
may 18 at 13:50
Calling Haskell from C#
may 15 at 13:39
Haskell cartesian product of infinite lists
may 12 at 9:49
Multiply list elements in Haskell
apr 24 at 18:04
lambdabot suggests join, but it doesn't work
feb 25 at 1:01
Haskell ranges and floats
jan 22 at 19:49
Default value of function parameter in Vim script
dec 22 at 10:16
Haskell's Arrow-Class in Agda and -> in Agda
nov 27 at 0:15
Laziness/strictness between data and newtype
nov 15 at 13:48
How to use IntMap with different key types?
nov 14 at 10:13
haskell - let/where equivalent within list comprehension?
nov 8 at 7:40
Trace output in pure function
oct 30 at 11:45
Why does this Haskell filter terminate?
oct 23 at 17:04
Is there a nicer way to apply a function to both elements of a pair in a list than a list comprehension?
oct 15 at 19:17
Conditional QuickCheck properties
oct 14 at 7:27
List of multiple types in Haskell
sep 22 at 15:01
Theoretically, is this a valid comonad instance for a list?
sep 6 at 2:50
How to avoid recompiling in this cabal file?
jun 3 '12 at 13:48
Monadic expressions in conditionals - GHC compiles, cabal refuses
may 22 '12 at 5:37
repeatedly applying a function until the result is stable
apr 16 '12 at 23:02
How to verify if some items are in a list?
apr 3 '12 at 14:54
What is the best way to test and interact with inner functions defined inside a toplevel function?
mar 8 '12 at 4:07
Haskell: Conditionally execute external process with Maybe FilePath
mar 8 '12 at 4:07
Understanding GHC assembly output
mar 6 '12 at 12:49
Typing in Haskell: Passing a number that looks fractional, but will always be an Integer (type aliasing)
mar 1 '12 at 3:54
Polymorphic signature for non-polymorphic function: why not?
feb 24 '12 at 4:46
How to let a function [a] -> [a] operate on [(a,Int)]?
feb 18 '12 at 18:16
Trying to write a function point free, GHCI does not approve
feb 17 '12 at 18:53
Haskell Print Lines in function
jan 5 '12 at 2:03
Double map in haskell?
dec 31 '11 at 17:35
Are pair and list different in Scheme?
dec 1 '11 at 13:48
Haskell: check if two lists are equal
nov 30 '11 at 6:07
Minimum specification for Haskell library type classes?
nov 29 '11 at 20:54
Filtering list of tuples with isPrefixOf
nov 23 '11 at 7:06
Is foldl ever preferable to its strict cousin, foldl'?
nov 21 '11 at 2:57
STArray documentation for newbies and State/ST related questions
nov 17 '11 at 5:45
Elegant mechanism to determine smallest magnitude number but preserve sign in Python
nov 6 '11 at 11:52
Desugaring do-notation for Monads
oct 22 '11 at 17:08
Can I get `cabal install` to use multiple cores?
oct 20 '11 at 6:56
How does Haskell printf work?
oct 16 '11 at 9:43
Why doesn't Safe Haskell support Template Haskell?
oct 4 '11 at 21:01
Writer vs WriterT in Haskell
oct 4 '11 at 0:45
Can compiler optimizations, like ghc -O2, change the order (time or storage) of a program?
sep 22 '11 at 4:12
Proving “no corruption” in Haskell
sep 19 '11 at 21:37
WHy does GHC have problems with recursion during IO?
sep 13 '11 at 16:07
What's the point of 'const' in the Haskell Prelude?
sep 12 '11 at 3:41
Why is the C++ scope resolution operator ::?
aug 29 '11 at 22:42
Why is Scalas type inference not as powerful as Haskells?
aug 20 '11 at 8:46
Trying to implement Data.Either
aug 1 '11 at 21:18
Scala _ Placeholders (How does this code function?)
jul 22 '11 at 20:17
A way to form a 'select' on MVars without polling
jul 19 '11 at 3:43
“<method> takes no arguments (1 given)” but I gave none