stock-0.1.0.0: Stock-style deriving via coercion, with no Generic
Safe HaskellNone
LanguageGHC2021

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.

Documentation