#2600: Bind type variables in RULES
---------------------------------+------------------------------------------
    Reporter:  simonpj           |        Owner:  simonpj         
        Type:  feature request   |       Status:  new             
    Priority:  normal            |    Milestone:  6.12 branch     
   Component:  Compiler          |      Version:  6.8.3           
    Severity:  normal            |   Resolution:                  
    Keywords:                    |   Difficulty:  Unknown         
    Testcase:                    |           Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
---------------------------------+------------------------------------------
Comment (by rl):

 I'd like to resurrect this ticket. I think prefixing every type binder
 with `type` is ok, i.e., let's go with

 {{{
 forall (type a :: *) (type b :: *) (f :: a->b).   <blah>
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2600#comment:7>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to