The sample code of the documentation defines _pageNumber using List._item, but I can't seem to find an example of its use. I tried the following code but it gav
Given: f1, f2 :: Fold Box (HashSet Thing) how do I write a fold that focuses the Things that are in f1 but not in f2? It would (of course) be the same Box, but