Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
hammar earned this badge 177 times |
may 21 at 2:38
Monad transformers monad duplication
may 19 at 10:31
Why recursive `let` make space effcient?
may 18 at 11:00
Calling Haskell from C#
may 17 at 21:43
Filtering [[String]] with a regex and pattern matching
may 15 at 20:55
Why are if expressions frowned upon in Haskell?
may 15 at 13:04
Haskell cartesian product of infinite lists
may 14 at 22:28
Data.MemoCombinators, where can I find examples?
may 12 at 9:14
Multiply list elements in Haskell
may 6 at 21:23
Unzipping and the * operator
apr 24 at 8:34
lambdabot suggests join, but it doesn't work
apr 20 at 12:03
Rename file with Git
apr 13 at 10:06
Can you have file type specific key bindings in Vim?
mar 17 at 0:21
Why does signature change after an assignment
feb 24 at 23:36
Haskell ranges and floats
jan 26 at 7:30
How to decorate a Tree in Haskell
jan 22 at 19:24
Default value of function parameter in Vim script
jan 11 at 20:05
Ordering of parameters to make use of currying
dec 22 at 9:01
Haskell's Arrow-Class in Agda and -> in Agda
dec 1 at 15:51
Does GHC removes polymorphic indirection when possible?
nov 26 at 23:15
Laziness/strictness between data and newtype
nov 21 at 11:57
Rails params explained?
nov 15 at 12:08
How to use IntMap with different key types?
nov 11 at 1:21
Finding haskell higher-order functions
nov 8 at 5:05
Trace output in pure function
nov 4 at 20:48
Haskell Do Monad: IO happens out of order
oct 30 at 10:55
Why does this Haskell filter terminate?
oct 23 at 16:44
Is there a nicer way to apply a function to both elements of a pair in a list than a list comprehension?
oct 22 at 23:29
Testing equality between two heterogeneous values
oct 22 at 23:29
Redo merge of just a single file
oct 14 at 22:17
Conditional QuickCheck properties
oct 12 at 22:52
List of multiple types in Haskell
oct 5 at 5:33
Can I speed up this Haskell algorithm?
sep 23 at 23:07
Haskell - Debug Print in if block
sep 22 at 14:56
Theoretically, is this a valid comonad instance for a list?
sep 19 at 14:46
Indentation errors in GHCi, implementing filter
sep 6 at 2:45
How to avoid recompiling in this cabal file?
jun 8 '12 at 11:00
Using Data.Array in a Haskell Data Type
jun 3 '12 at 10:13
Monadic expressions in conditionals - GHC compiles, cabal refuses
may 22 '12 at 4:32
repeatedly applying a function until the result is stable
may 15 '12 at 15:33
is it possible to do quicksort of a list with only one passing?
may 14 '12 at 15:33
The “handle” function and Real World Haskell
may 7 '12 at 16:16
Haskell Monadic Operations on Lists
may 2 '12 at 20:24
Looping over a function in Haskell
apr 28 '12 at 2:56
Why isn't a String an Enum?
apr 24 '12 at 0:10
How does one release a *nix project?