[GHC] #12016: Allow wildcards in type synonyms and data declarations

#12016: Allow wildcards in type synonyms and data declarations -------------------------------------+------------------------------------- Reporter: Iceland_jack | Owner: Type: feature | Status: new request | Priority: lowest | Milestone: Component: Compiler | Version: (Parser) | 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: -------------------------------------+------------------------------------- {{{#!hs data Konst a _ = Konst a type Const a _ = a type Tagged _ b = b type Forget m a _ = a -> m }}} -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/12016 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#12016: Allow wildcards in type synonyms and data declarations -------------------------------------+------------------------------------- Reporter: Iceland_jack | Owner: Type: feature request | Status: new Priority: lowest | Milestone: Component: Compiler | Version: (Parser) | 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 simonpj): I think it's probably rare for this to be useful, but I certainly don't object. I'm surprised we don't have a ticket for this already. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/12016#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#12016: Allow wildcards in type synonyms and data declarations -------------------------------------+------------------------------------- Reporter: Iceland_jack | Owner: Type: feature request | Status: new Priority: lowest | Milestone: Component: Compiler | Version: (Parser) | 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 RyanGlScott): * cc: RyanGlScott (added) -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/12016#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC