Today, we’re going to implement applicative regular expressions and parsers (in the style of the regex-applicative library) using free structures! Free structures are some of my favorite tools in Haskell, and I’ve actually written a few posts about...