StackRating

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

Luis Casillas

Rating
1475.00 (4,511,218th)
Reputation
25,278 (5,056th)
Page: 1 2 3 4 5 6 7 ... 9
Title Δ
Haskell length + map explanation? +1.61
Difference between Monad and Applicative in Haskell -0.89
Is there a name for arrows of the type a -> a (in Haskell notati... -1.91
Type signature of num to double? -0.72
Why did the Haskell typesystem fail to catch this? -1.71
Converting monads +0.50
Confusion about right folds in Haskell -0.49
Are self evaluating identifier ignored by quote? +0.28
How can I elegantly invert a Map's keys and values? +1.98
Haskell - replace strings in list with values from a map +1.22
What does Functor's fmap tell about types? +0.06
Combining Free types -1.15
Why was function application chosen as default Haskell operator, no... -0.04
When are higher kinded types useful? +0.81
Haskell Parse Error in Helper Function 0.00
Why should I use case expressions if I can use "equations"? +0.27
An example of using Data.Map in Haskell +0.63
Is there a way to use constructors of one type as types too? +0.01
Create HashTable in Haskell +1.30
How to detect a Monad? -1.47
How to implement "words" function +0.84
First attempt at Haskell: Converting lower case letters to upper case -0.46
Haskell - how to iterate list elements in reverse order in an elega... -0.66
What do parentheses () used on their own mean? -1.29
improvement to my code for Haskell monads +1.73
foldr & foldl Haskell explanation -0.54
Is it possible to do the Free Monad in Clojure? +0.00
How to express return in Haskell in terms of fmap? +1.97
What does it mean to compose two Functors? -0.80
Sets, Functors and Eq confusion +1.39
Nested loop equivalent -0.27
Why is there a nested IO monad, IO (IO ()), as the return value of... -0.96
how does 'undefined' work in Haskell -0.11
How to implement a macro system into my LISP +0.70
What constitutes a fold for types other than list? +1.77
Why wouldn't my sieve terminate when I rewrote it as a foldl? +1.23
How to generate random, typed functions +0.52
Encoding correctness constraints directly into the Haskell type sys... -1.29
What can Arrows do that Monads can't? -0.50
Laziness example from the Learn You a Haskell for Great Good book -0.12
Evaluating \_ -> undefined in Haskell +0.18
Define Haskell type constructor equality? -0.24
What does uncurry ($) do? +0.53
Derivation of Free Monad -0.46
Applying Semantics to Free Monads -1.73
Implementing take using foldr -0.56
Lambda/ Anonymous function conceptual understanding +0.83
Lambda / Anonymous Functions +0.35
Getting the head and tail of a custom List type Haskell +1.69
Why are difference lists not an instance of foldable? +0.01