[GHC] #15323: mkGadtDecl does not set con_forall correctly
#15323: mkGadtDecl does not set con_forall correctly -------------------------------------+------------------------------------- Reporter: alanz | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: 8.6.1 Component: Compiler | Version: 8.4.3 Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: None/Unknown Unknown/Multiple | Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- A GADT declaration surrounded in parens does not det the `con_forall` field correctly. e.g. {{{#!hs data MaybeDefault v where TestParens :: (forall v . (Eq v) => MaybeDefault v) }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15323> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#15323: mkGadtDecl does not set con_forall correctly -------------------------------------+------------------------------------- Reporter: alanz | Owner: alanz Type: bug | Status: new Priority: normal | Milestone: 8.6.1 Component: Compiler | Version: 8.4.3 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by alanz): * owner: (none) => alanz -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15323#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#15323: mkGadtDecl does not set con_forall correctly -------------------------------------+------------------------------------- Reporter: alanz | Owner: alanz Type: bug | Status: new Priority: normal | Milestone: 8.6.1 Component: Compiler | Version: 8.4.3 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by Alan Zimmerman <alan.zimm@…>): In [changeset:"6e4e6d1c674a9d0257ca5c6caa26da18edf8ad8c/ghc" 6e4e6d1c/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="6e4e6d1c674a9d0257ca5c6caa26da18edf8ad8c" Fix mkGadtDecl does not set con_forall correctly A GADT declaration surrounded in parens does not det the con_forall field correctly. e.g. data MaybeDefault v where TestParens :: (forall v . (Eq v) => MaybeDefault v) Closes #15323 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15323#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#15323: mkGadtDecl does not set con_forall correctly -------------------------------------+------------------------------------- Reporter: alanz | Owner: alanz Type: bug | Status: merge Priority: normal | Milestone: 8.6.1 Component: Compiler | Version: 8.4.3 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by alanz): * status: new => merge Comment: For ghc-8.6, please -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15323#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#15323: mkGadtDecl does not set con_forall correctly -------------------------------------+------------------------------------- Reporter: alanz | Owner: alanz Type: bug | Status: closed Priority: normal | Milestone: 8.6.1 Component: Compiler | Version: 8.4.3 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * status: merge => closed * resolution: => fixed Comment: Merged with a39b58d511f177c9c476cc104999caa67a55de2a. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15323#comment:4> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC