Skip to content

Commit

Permalink
Complete ListZipper
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhijit Sarkar committed Dec 31, 2024
1 parent cb00360 commit 8118701
Show file tree
Hide file tree
Showing 6 changed files with 985 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ After this, we recommend the following progression of modules:
* [Contravariant](src/Contravariant.hs)
* [Compose](src/Compose.hs)
* [Traversable](src/Traversable.hs)
* ListZipper
* [ListZipper](src/ListZipper.hs)
* Parser *(see also Person for the parsing rules)*
* MoreParser
* JsonParser
Expand Down
2 changes: 2 additions & 0 deletions fp-course-haskell.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ library
FileIO
Functor
List
ListZipper
Monad
Optional
State
Expand Down Expand Up @@ -60,6 +61,7 @@ test-suite fp-course-test
ExtendSpec
FunctorSpec
ListSpec
ListZipperSpec
MonadSpec
OptionalSpec
Property
Expand Down
Loading

0 comments on commit 8118701

Please sign in to comment.