fp-course icon indicating copy to clipboard operation
fp-course copied to clipboard

Functional Programming Course

Results 18 fp-course issues
Sort by recently updated
recently updated
newest added

Skip trailing spaces in `jsonNumber`. Alternatively, `jsonValue` could skip trailing spaces, but this is more consistent with the behavior of `jsonString`. Without this change, `parse jsonArray "[ 1 ]"` resulted...

This simplifies the solution for Course.Cheque.dollar.

replicateA does not seem to exist. Also the tip about using the Monad instance is arguably unhelpful as the answer uses Functor only

I've created an INSTALL file which has the magic sprinkles which tripped me up today. The INSTALL file is referenced from the README. Feel free to mangle as much as...

From the docs: ``` Exercises are annotated with a comment containing the word "Exercise." The existing code compiles, however answers have been replaced with a call to the Haskell `error`...

A function like ``` getFocus :: ListZipper' f => f a -> a ``` would seem to fit with the other *Focus functions and would make writing some tests simpler...