StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

dfeuer

Rating
1492.14 (4,368,995th)
Reputation
34,253 (3,412th)
Page: 1 2 3 4 5 ... 19
Title Δ
Lens modifying with failure 0.00
Juggling existentials without unsafeCoerce +0.40
Can I prove that (forall x. Coercible (a x) (b x)) implies Coercibl... 0.00
ConcatMap in haskell without ++ +0.47
Can the type of (a == b) be derived to be polymorphic? +2.75
More Applicative trouble with a vector type enforcing length 2^n -1.10
How to define a usable Applicative instance for a vector type enfor... -1.40
Getting identity for type parameter? -1.44
Is there an efficient, lazy way to fuse foldMap with traverse? 0.00
Why is HashMap not in normal form upon series of inserts? 0.00
Find max of list using higher order function +2.47
Do I need a HashSet or a Set? -0.72
Changing recursive guards into higher order functions +1.22
How can I optimize parallel sorting to improve temporal performance? 0.00
Unique elements of a list and corresponding indices -0.59
Haskell - How to continue to code "merge Sorted" a three... 0.00
Applicative typeclass based on two different functors +1.00
Is h a handle or a lambda function (or both)? -0.27
Is there inherent "cost of carry" of garbage thunks in Ha... -1.36
Haskell: Understanding type conversion mechanics by `fromIntegral` 0.00
Implementing Haskell's `take` function using `foldl` -1.01
let vs do in monadic values 0.00
Why does GHC infer a monomorphic type here, even with MonomorphismR... 0.00
Time complexity of zipWith fibonacci in Haskell 0.00
Avoiding repeated instance declarations in Haskell +2.54
Handling Either and ST monads 0.00
Heterogeneous reference equality in Haskell 0.00
How to apply show to any type in haskell? 0.00
Number all occurring leaves in a tree from left to right in Haskell -1.23
Haskell: How to find the number of integer solutions to equation fo... 0.00
How to iterate over a list of characters and manipluate the charact... -0.46
What is the difference between MultiWayIf and classic guards? -0.94
Is Bool -> Maybe () isomorphic? +0.08
Unexplainably incredible performance with Pythagorean triples in Ha... 0.00
Understanding Comonad's <$$> 0.00
A faster way of generating combinations with a given length, preser... -2.23
How to catch error in pure haskell code with no monad -0.59
What does `((,) e` mean in Haskell? 0.00
Couldn't match type a with a1, but types look identical 0.00
Patching a recursively-defined list without a <<loop>> 0.00
Cardinality of data deriving enum 0.00
Haskell: IOArray is too slow when reading and writing a lot 0.00
Why is this unsafeCoerce not unsafe? 0.00
Haskell Pattern Matching Optimization 0.00
Get index of next smallest element in the list in Haskell +0.14
getting the last element in list without using pattern matching -1.14
GHC stuck due to UndecidableSuperClasses - expected behaviour or bug? 0.00
Haskell Basics of Recursion +1.86
Way to have a common function in an instance declaration? 0.00
Haskell wrap function implementation +1.33