
#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@. }}} 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