StackRating

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

chi

Rating
1617.35 (1,173rd)
Reputation
82,089 (998th)
Page: 1 2 3 ... 39
Title Δ
Understanding Haskell lambda expressions with lifting 0.00
How does instantiation of higher-rank types and subsumption interac... 0.00
Using states when traversing through a String/Text in Haskell 0.00
How is the scope of a nested universal quantifier determined (highe... 0.00
Functions in Haskell - Understanding 0.00
Replacing "->"s with "→"s, "=>"... -1.00
Why does my Haskell code not appear to run in Parallel 0.00
Beginner Haskell question: how do I find indices in Haskell (manual... 0.00
Understanding types and terms in Haskell 0.00
I am struggling to understand how concat is read in Haskell -0.23
how to distribute a list of lists to other elements in a new list.... 0.00
Same LHS, different RHS in Haskell 0.00
Does indexing a mapped/filtered infinite list apply the map/filter... +0.34
Why is ap available inside Applicative? -2.09
Define the function squarefact::Int -> Int that computes for any... +1.17
No-fun/puzzlement with pattern synonyms as functions 0.00
Is this a good monoid action? 0.00
Finding the length of a list at any given index n within an [[Int]]... 0.00
How do I get rid of the non-exhaustive patterns error in Haskell? 0.00
Haskell - Why does this list comprehension return an infinite list? 0.00
How can zipWith be implemented with foldr? +1.03
How can I print every item in an infinite list with proper IO monad 0.00
Partial instantiation of Haskell type classes +0.34
How to specialize (overload) behavior of a function for a single ty... +1.72
Destructuring `Maybe (a, b)` -1.10
Avoid list concatenation during in-order binary tree traversal +0.04
Apply constraint within constraint in Haskell -0.67
Get all possible neighbour coordinates 0.00
Haskell method that creates infinite list with all combinations of... +0.59
How do I use TypeApplications with typeclass methods, and why does... 0.00
No instance for (Show (Eval Int)) arising from a use of ‘print’ +0.34
Can I print in Haskell the type of a polymorphic function as it wou... -1.24
Filtering lists which have the same number of different elements in... +1.95
Haskell multiparameter class (templated type class) -0.98
Couldn't match type error when implementing type class function 0.00
How `fix f = let {x = f x} in x` is evaluated? 0.00
Trying to implement a simple recursive list traversing algorithm in... -1.70
sum of elements multiplied by 3 in haskell +2.05
How to efficiently instance Eq for a type class +1.20
Using Just and Nothing Haskell 0.00
Haskell IO, getting two input in the same line and doing validation 0.00
How to get all elements of a Haskell UArray 0.00
haskell, is IO Monoid associativity broken? -1.96
fibonacci function by implementing Monad instance of a newtype 0.00
Showing custom complex data class 0.00
In Haskell, how to implement the conversion function from [b] to [a... -1.96
Unexpected sscanf Result 0.00
Why does putStrLn slow down with each iteration? 0.00
Make constrained functions a typeclass instance +1.49
Haskell function composition - two one-dimensional functions to a t... -2.01