This directory contains code from Point-Free Episode: Generalized Parsing: Part 2
Now that we have generalized the parser type it's time to parse things that aren't just plain strings. In just a few lines of code the parser type can parse environment variable dictionaries and even become a fully capable URL router.