StackRating

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

leftaroundabout

Rating
1665.87 (358th)
Reputation
83,167 (976th)
Page: 1 2 3 4 5 6 7 ... 32
Title Δ
Stack can't find a downloaded module (Data.MultiSet) 0.00
Can `(>>=)` be redeclared as `(a -> m b) -> m a -> m... 0.00
Why is GHC not importing Semigroup ((<>)) -2.88
Severity of GHC multiple package version warning 0.00
When shall I define polymorphic functions by type classes or by som... +1.32
In the declaration of class Functor, can the type variables be func... +0.71
Bifunctor vs. Arrow methods +1.71
Indirectly reference specific AND unspecific objects in Haskell wit... 0.00
Cannot find out meaning of $form in Haskell code 0.00
Is any Atom data type in Haskell? +0.30
Given a list of a, select 2 elements from the list, combine them an... +0.74
Thinning and renaming packages for ghci and scripting 0.00
What is the reason of overlapping instances error? 0.00
Clarification on optimizing Single-constructor datatypes in GHC 0.00
Difference between -> and => symbols. What do they mean? +1.49
Haskell gets confused with horizontal lines 0.00
How to split a String at white-spaces, which are not escaped? 0.00
"Generalized arrows" and proc notation? 0.00
Create random numbers in a reproducible way and hide generator thre... -1.85
Instance of Eq for (==) redefinition -1.88
Can the type of (a == b) be derived to be polymorphic? -1.53
Difference of constraints in Semigroup and Monoid instances +1.52
How to define an instance of Control.Functor.Constrained? +1.66
What does type signature for `undefined` mean in Haskell? +1.44
Error trying to define type Relation [(a,b)] as an instance of Cate... 0.00
Understanding Functions as Applicatives in Haskell -0.56
Pattern matching on basic types +1.35
Accessing list positions inside functions like map in Haskell 0.00
Where is IHaskellPrelude coming from in this error? 0.00
How to parse ints out of string in Haskell 0.00
Haskel: how to force evaluation of functions and write to a file se... 0.00
Is it possible to enforce a type constraint on a class instance for... +1.58
Any function with the same polymorphic type as fmap must be equal t... +1.91
Haskell beginners level function implementation +1.81
Transformers in type signature or not? 0.00
Haskell: Meaning of `|`, `<-` and `->` in a single line 0.00
Does * in (<*>) have a special meaning? 0.00
case-of / case expression with or in pattern matching possible? +2.14
Is it possible to compare operators like `(+), (-)` in haskell in t... +0.14
No instance for (Fractional [Double]) arising from the literal ‘1.0’ 0.00
Resolving the type of `f = f (<*>) pure` +1.54
Avoiding repeated instance declarations in Haskell -0.64
What is a covariant functor? -0.65
Use Int to return specific tuples in list causes overflow +1.19
Change variable type to match the expected type 0.00
Generalization of strong and closed profunctors -0.69
Haskell Data types with context +1.35
Hiding typeclass instance declarations while importing in Haskell 0.00
Haskell map but remove items that don't follow condition -1.81
How can I convert [1, 2] to ['1', '2'] in haskell? 0.00