Description
Provides regular-expression based parsing through an applicative interface. This lets Haskell code describe pattern matching and extraction in a composable functional style.
It is useful for text processing, token recognition, simple parsers, validation, and tools that benefit from regex-like patterns with typed composition. It is a developer library and has no standalone interface.