#1554: Ord (STRef s a) instance
----------------------------------+-----------------------------------------
    Reporter:  [EMAIL PROTECTED]  |        Owner:         
        Type:  feature request    |       Status:  closed 
    Priority:  normal             |    Milestone:         
   Component:  Compiler           |      Version:  6.6.1  
    Severity:  normal             |   Resolution:  wontfix
    Keywords:  stref ord          |   Difficulty:  Unknown
          Os:  Unknown            |     Testcase:         
Architecture:  Unknown            |  
----------------------------------+-----------------------------------------
Changes (by simonmar):

  * resolution:  => wontfix
  * status:  new => closed

Comment:

 I agree with Igloo.  We can't provide `Ord STRef` natively without adding
 overhead to `STRef`, so it's better to do this in Haskell instead when you
 need it.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1554>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to