Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
John L earned this badge 48 times |
apr 25 at 23:16
Haskell - Maybe arithmetic
feb 8 at 21:55
Haskell produces non exhaustive patterns error
dec 26 at 19:53
Does “iterate” change the meaning of the applied function?
dec 2 at 22:47
Where can I get a good tutorial about how to use arrows?
oct 22 at 16:09
Haskell. Text or Bytestring
oct 6 at 13:19
Making (a, a) a Functor
aug 5 at 17:32
Monoidal parsing — what is it?
jul 19 at 17:58
Functional Dependencies / Type Families
jul 4 at 19:11
seq not forcing evaluation
jun 23 '12 at 15:38
Why aren't FingerTrees used enough to have a stable implementation?
jun 18 '12 at 23:21
Why discarded values are () instead of ⊥ in Haskell?
jun 15 '12 at 16:41
the seq function and strictness
apr 22 '12 at 22:10
Haskell: Scan Through a List and Apply A Different Function for Each Element
apr 8 '12 at 1:15
What's so bad about Lazy I/O?
feb 7 '12 at 3:57
map runSTArray over a list of STArrays?
jan 12 '12 at 14:40
Any good articles on optimizing Haskell code?
jan 12 '12 at 11:59
Interchange structured data between Haskell and C
dec 12 '11 at 5:42
Difference between State, ST, IORef, and MVar
dec 7 '11 at 10:33
What makes Iteratees worth the complexity?
dec 6 '11 at 14:05
How to relate to type from outer context
nov 27 '11 at 18:21
Effects of monomorphism restriction on type class constraints
nov 11 '11 at 18:57
haskell magical code, what's going on here
oct 21 '11 at 5:19
Does Haskell always know which 'return' to call?
oct 18 '11 at 4:18
Type theory: type kinds
oct 2 '11 at 13:11
Vowel datatype in Haskell, is it possible?
sep 30 '11 at 20:22
Haskell and State
sep 18 '11 at 22:49
Attoparsec Iteratee
aug 29 '11 at 17:59
How to write without Do notation
aug 11 '11 at 7:15
Haskell iteratee: simple worked example of stripping trailing whitespace
aug 9 '11 at 7:41
fizzbuzz in haskell?
jun 17 '11 at 13:13
Is there a Haskell/ML-like compiler to C?
may 19 '11 at 23:26
In Haskell, why isn't there a TypeClass for things that can act like lists?
may 13 '11 at 22:36
Is there a function to flatten a nested list of elements?
mar 6 '11 at 4:36
Goto in Haskell: Can anyone explain this seemingly insane effect of continuation monad usage?
feb 26 '11 at 18:51
What is the difference between different orderings of the same monad transformers?
jan 7 '11 at 21:44
Mutability in functional programming
nov 3 '10 at 15:56
Compilers for Haskell
aug 16 '10 at 21:42
Help Haskell functors sink in
aug 10 '10 at 6:35
Explanation of Monad laws
jul 26 '10 at 3:33
Int vs Integer in class instance