Description
Provides number parsers for Parsec without requiring a large token parser. This lets Haskell code parse numeric values in smaller parsers, custom formats, or portable parsing setups.
It is useful for configuration files, command syntaxes, data importers, and small languages that need numbers but not a full lexer. It is a developer library and has no standalone parser app.