haskell-programming
haskell-programming copied to clipboard
My notes and solutions to exercises for the book "Haskell Programming from first principles".
Results
3
haskell-programming issues
Sort by
recently updated
recently updated
newest added
Hey there and thanks a bunch for sharing your solutions :) I noticed that [here](https://github.com/dwayne/haskell-programming/blob/master/ch11/AsPatterns.hs) your implementation of `isSubsequenceOf`, while geniously simple, fails the following test: `isSubsequenceOf` `"blah"` `"blawhoot"` -->...