[GHC] #14640: Div and Mod type families don't have the same fixities as their term-level counterparts
GHC
ghc-devs at haskell.org
Mon Jan 8 05:06:28 UTC 2018
#14640: Div and Mod type families don't have the same fixities as their term-level
counterparts
-------------------------------------+-------------------------------------
Reporter: RyanGlScott | Owner: (none)
Type: bug | Status: patch
Priority: normal | Milestone: 8.4.1
Component: libraries/base | Version: 8.4.1-alpha1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s): Phab:D4291
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Ben Gamari <ben@…>):
In [changeset:"303106d55d75a9c796e58867cb541ad136bb217f/ghc" 303106d/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="303106d55d75a9c796e58867cb541ad136bb217f"
Make the Div and Mod type families `infixl 7`
Commit fa8035e3ee83aff5a20fc5e7e2697bac1686d6a6 added `Div`
and `Mod` type families to `GHC.TypeNats`. However, they did not add
the corresponding fixities! Currently, we have that both `div` and
`mod` (at the value level) are `infixl 7`, so we should adopt the
same fixities for the type-level `Div` and `Mod` as well.
Test Plan: It compiles
Reviewers: hvr, bgamari
Reviewed By: bgamari
Subscribers: rwbarton, thomie, carter
GHC Trac Issues: #14640
Differential Revision: https://phabricator.haskell.org/D4291
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14640#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list