StackRating

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

Jon Purdy

Rating
1578.48 (3,146th)
Reputation
39,669 (2,821st)
Page: 1 2 3 4 ... 16
Title Δ
Haskell - Applicative upon Either's Left +0.94
Possible to read files in pure code in Haskell? 0.00
What's a functor on the category of monads? 0.00
How to pass not a function that returns a boolean in another functi... 0.00
Is changing an object's variable outside of the object consider... +1.72
Haskell - Count occurrences from multiple elements and return tuple +1.39
Operator vs Anonymous function precedence in Haskell 0.00
How can I use `bound` for non-monads? 0.00
Deriving Eq and Show for an ADT that contains fields that can't... +1.13
Is there a function that transforms/maps both Either's Left and... -2.19
Implementing Applicative instance for dictionaries (Map, associated... 0.00
mapMaybe for keys in Data.Map -0.43
Rigid Variable in Applicative instantiation 0.00
Haskell - Saving string input into a list 0.00
Generate a sequential or random value each time a function is called 0.00
Optparse-applicative: consecutive parsing (ReadM) 0.00
Mapping based on found value -0.58
Too many flips in pointfree Haskell? +2.30
Is IO an instance of Functor just because it is a Monad in the firs... 0.00
Dist of a Frequency in Haskell using a call to foldmap 0.00
How to do a where clause across pattern matches 0.00
What is the best way of threading values around between different p... 0.00
Can this function be written in point-free style? If not, why? 0.00
Understanding how reader monad simulates global variables +2.26
Is it possible to write join down for Arrows, not ArrowApply? 0.00
Haskell - why would I use infinite data structures? +2.36
need to convert monard chainrl to applicative style +1.90
How to create a random list in haskell +0.38
STM and unsafePerformIO in Haskell 0.00
Changing a do expression that uses pattern matching to application... 0.00
Is it possible to convert a HOAS function to continuation passing s... +2.40
What should a Traversable instance look like for a Tree datatype wi... -1.14
Primitive Recursive Functions Excercise in Haskell +2.37
haskell parallel multithread a do block 0.00
How would I abstract Command/Response in an extensible way? -1.39
How does (fmap.fmap) sum Just [1,2,3] type check in Haskell? -1.83
Apply a constant to all the fields of a datatype +1.48
The type-specification operator is like down-casting in Object-Orie... -1.61
How to get source range of AST nodes using megaparsec? 0.00
Set value of record field to calculation involving another field in... +0.87
What is the relationship between polymorphism's rank and (im)pr... 0.00
How to change a value in a certain postion of the matrix(and return... 0.00
Additional pattern matching inside case +0.28
How do laziness and parallelism coexist in Haskell? 0.00
Finding the computational interpretation of a theorem -1.59
How to determine if one can write a total, terminating Haskell func... +1.14
Understanding the guard function and list comprehension 0.00
Why provide the `HasCallStack` mechanism since we already have `ghc... 0.00
Has the ability to use let statements in do blocks been removed in... +2.31
Why is impredicative polymorphism allowed only for functions in Has... 0.00