#9818: Add `Natural` number type to `base` -------------------------------------+------------------------------------- Reporter: hvr | Owner: hvr Type: feature | Status: new request | Milestone: 7.10.1 Priority: normal | Version: Component: Core | Keywords: base natural Libraries | Architecture: Unknown/Multiple Resolution: | Difficulty: Unknown Operating System: | Blocked By: Unknown/Multiple | Related Tickets: #3650 Type of failure: | None/Unknown | Test Case: | Blocking: | Differential Revisions: Phab:D473 | -------------------------------------+------------------------------------- Comment (by Herbert Valerio Riedel <hvr@…>): In [changeset:"4bf055c70d07b98be1e7749e0306e406dfbbc006/ghc"]: {{{ #!CommitTicketReference repository="ghc" revision="4bf055c70d07b98be1e7749e0306e406dfbbc006" Define `Data` instance for `Natural` type (#9818) This follows the same style as the other integral `Data` instances defined in the `Data.Data` module. Reviewed By: ekmett Differential Revision: https://phabricator.haskell.org/D526 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9818#comment:7> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler