[GHC] #15563: Typo in the documentation for Numeric.Natural.
GHC
ghc-devs at haskell.org
Fri Aug 24 12:24:52 UTC 2018
#15563: Typo in the documentation for Numeric.Natural.
-------------------------------------+-------------------------------------
Reporter: asr | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone: 8.6.1
Component: Documentation | Version: 8.4.3
Keywords: | Operating System: Unknown/Multiple
Architecture: | Type of failure: None/Unknown
Unknown/Multiple |
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
The
[https://downloads.haskell.org/~ghc/8.4.3/docs/html/libraries/base-4.11.1.0
/Numeric-Natural.html documentation] for `Numeric.Natural` says
{{{
>>> 2^20 :: Natural
1267650600228229401496703205376
}}}
Please replace the `20` by `100`.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15563>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list