[GHC] #12856: Code comments mention wrong Module for definition of EquationInfo
GHC
ghc-devs at haskell.org
Sat Nov 19 23:21:51 UTC 2016
#12856: Code comments mention wrong Module for definition of EquationInfo
-------------------------------------+-------------------------------------
Reporter: AndreasK | Owner:
Type: bug | Status: new
Priority: lowest | Milestone:
Component: Documentation | Version: 8.1
Keywords: | Operating System: Unknown/Multiple
Architecture: Other | Type of failure: Documentation
| bug
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
In compiler/deSugar/Match.hs the description mentions
{{{
There is a type synonym, @EquationInfo@, defined in module @DsUtils at .
}}}
However EquationInfo is defined as data type in
compiler/deSugar/DsMonad.hs:96
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12856>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list