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

GHC ghc-devs at haskell.org
Wed Sep 11 14:28:33 CEST 2013


#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



More information about the ghc-tickets mailing list