[GHC] #8267: User's guide documents deprecated syntax for GADT records

#8267: User's guide documents deprecated syntax for GADT records ------------------------------------+------------------------------------- Reporter: Feuerbach | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Documentation | Version: 7.6.3 Keywords: | Operating System: Unknown/Multiple Architecture: Unknown/Multiple | Type of failure: None/Unknown Difficulty: Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | ------------------------------------+------------------------------------- Section 7.4.7 of the user's guide distributed with GHC 7.6.3 documents the deprecated syntax for GADT records, e.g. {{{ data Term a where Lit { val :: Int } :: Term Int }}} Section 7.4.6 documents the new syntax. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8267 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8267: User's guide documents deprecated syntax for GADT records -------------------------------------+------------------------------------ Reporter: Feuerbach | Owner: Type: bug | Status: closed Priority: normal | Milestone: Component: Documentation | Version: 7.6.3 Resolution: duplicate | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: -------------------------------------+------------------------------------ Changes (by monoidal): * status: new => closed * resolution: => duplicate Comment: Thanks for the report. It's already fixed (#7915). -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8267#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC