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

How do they work if they reference each other? Please explain, I can't ... ``` list1 k = (\a -> (\xs -> pure $ a :. xs) =

Applicative style of parsing will make the whole module cleaner. I would also move instances of different classes directly below blbindParser so that they can be used in the subsequent...

This version better reflects the documentation on L78: ```-- | Witness that all things with (=

The usage of lens in the network exercises (tic-tac-toe game and chat server) is not very friendly to beginners, I assume that the exercises are not about learn lens, but...

In the case where the nth element on the left hand side, the entire left list is visited again via length, and none of the moving work that was already...