StackRating

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

pigworker

Rating
1699.19 (154th)
Reputation
39,297 (2,853rd)
Page: 1 2 3 4
Title Δ
What math operation comes after exponentiation (^)? -1.34
Applicative instance of a vector with kind nats 0.00
Is it possible to express the type of balanced untagged binary tree... +1.09
Labeling a tree depth-first in-order in haskell 0.00
sum3 with zipWith3 in Haskell +0.21
What does () mean in Haskell +1.26
Partial application of functions and currying, how to make a better... +0.91
Haskell type resolution in Type Classes 0.00
meaning of double and floating point? +1.20
What does => mean in a type signature? +1.31
Can someone explain this lazy Fibonacci solution? 0.00
Why isn't Kleisli an instance of Monoid? 0.00
To what extent are Applicative/Monad instances uniquely determined? -0.99
How arbitrary is the "ap" implementation for monads? +1.21
Are there non-trivial Foldable or Traversable instances that don... +0.96
Simple dependent type example in Haskell for Dummies. How are they... +0.68
Constructor that lifts (via DataKinds) to * -> A -1.97
Swap two elements in a list by its indices +0.40
Expecting a type but actually getting a Maybe a0 0.00
Computing a term of a list depending on all previous terms +1.20
Agda Programming- Proving Insertionsort makes 3 or less comparisons... -0.24
When (if ever) can type synonyms be partially applied? -0.67
Boolean Expression evaluation . Couldn't match expected type 0.00
implement the function lines in haskell +0.25
Is this a correctly implemented mergesort in Haskell? +1.60
Understanding "Monad m" in >>= +1.32
Creating an Interpreter in Haskell +1.21
RankNTypes and PolyKinds -0.77
Taking from a list until encountering a duplicate -0.90
How to write this case expression with the view pattern syntax? 0.00
Why is the type system refusing my seemingly valid program? +1.22
Long working of program that count Ints +0.79
What is indexed monad? +1.25
Attempting to Implement Functor on Phantom Type +1.57
Automatic Functor Instance +0.91
How do I build a list with a dependently-typed length? +0.98
How do I give a Functor instance to a datatype built for general re... +0.89
Example of a `Type 1` that is neither `Type` nor an inhabitant of `... -5.86
How to write this function idiomatically? +2.31
Why can you reverse list with foldl, but not with foldr in Haskell +2.17
Minimum of Two Maybes +3.10
Test if a value matches a constructor +0.95
Zipper Comonads, Generically +2.39
How to make a binary tree zipper an instance of Comonad? 0.00
Is the equivalent of Haskell's Foldable and Traversable simply... +2.26
How to return an element before I entered? 0.00
non-strict evaluation in Haskell regarding halting-prob +2.13
Refactoring do notation into applicative style -1.67
Why does Haskell use -> instead of =? 0.00
Haskell terminology: meaning of type vs. data type, are they synony... +2.51