| Safe Haskell | None |
|---|---|
| Language | GHC2021 |
Stock.Read
Description
Read synthesizer: builds readPrec exactly as GHC's derived Read does
(the ReadPrec combinators via Stock.Internal's buildReadPrecBody), so
readsPrec — from the class default — is byte-faithful, including the order
of ambiguous infix parses.