Haskell-Decimal
Haskell-Decimal copied to clipboard
These are useful for users of your code to avoid writing orphan instances and they can be derived by GHC.
Doing a read of a number with more than 255 decimal places i.e. ``` read("12.3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333") :: Decimal ``` (256 decimal places) Causes the following error: ``` *** Exception: Prelude.read: no...