StackRating

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

David Young

Rating
1564.63 (4,805th)
Reputation
9,644 (15,900th)
Page: 1 2 3 4
Title Δ
How can I turn this parser into an applicative, polyvariadic one? +2.54
Moving StateT into and out of IO +2.47
Pattern Match Fail when `function [] _ = ...; function _ [] = ...`... -1.83
Can | be used as part of variable name? 0.00
Is it possible to pipe source code to GHC through standard input? +0.16
Constraints within RankNTypes -1.59
Haskell: How to create most generic function possible that applies... +0.44
Haskell - Evaluation of (+) <$> (+3) <*> (*100) $ 5 0.00
Haskell UI do clause, how to print? 0.00
apply a transformation with function inline 0.00
Example of defining a functor in haskell between two categories (wh... +0.42
A little confusion with the sorted function in Haskell +1.74
Pattern match on type of polymorphic parameter - alternatives +0.47
Can all recursive structures be replaced by a non recursive solution? +1.12
Stripping the newtype constructor +0.03
Haskell function foldl (\x y -> x*2 + y*2) 0 behavior +0.45
How to convert a Haskell Traversable into a Vector? 0.00
Creating a lens(like) for list 0.00
map with lambda vs map with function - how to pass more than one va... +0.92
reading a lambda terms in Haskell 0.00
Is my implementation comparable/related to (state) monads? +0.45
Type errors in haskell -1.26
Scheme Recursion Through Arguments +1.76
Haskell: Is there a better way to write case statements with the sa... +0.96
Is it possible to emulate the behaviour of StateT without the use o... -1.78
Managing explosion of constraints (Haskell) 0.00
Implementing List#flatten in Haskell -0.53
Reader Applicative's Apply Function +3.33
BASIC programming language getting variable -0.39
Convert from type `T a` to `T b` without boilerplate +4.41
Why "Foo f(Bar());" can be a declaration of a function th... 0.00
Give example of actual Parenthesis Hell program 0.00
Haskell confusion about (Bits a) inferenced type error -4.13
Why does a strict length function perform noticeably faster? +4.16
32-bit rollover with time() in 2038 -2.08
Building complex functions with lens library 0.00
Restricting monad type in data constructor 0.00
How to use Haskell's bitwise functions on unsigned types (e.g.,... -2.64
Haskell - How to use <- in where clauses +4.44
Why does Haskell use arrows for the type of a function? +3.61
Operations on tuples for each position individually -0.39
Is this a valid type and how do I satisfy it? (two dyadic functions... +3.77
How to write a map statement to compare each elements of two lists... +4.09
Is that possible to implement a stack with lambda expressions only? +3.80
What does it means Instance of Num [Int] required for definition of... +3.47
Haskell Error Not in scope: data constructor Otherwise 0.00
Unable to compile Writer Monad example from "Learn you a Haske... 0.00
Confusion with Haskell do blocks -0.21
I want to add all 28 possible combinations of domino to my Domino t... 0.00
Decimal --> Hex Recursively in Haskell +4.58