[GHC] #1554: Ord (STRef s a) instance

GHC trac at galois.com
Mon Jul 23 09:55:12 EDT 2007


#1554: Ord (STRef s a) instance
----------------------------------+-----------------------------------------
    Reporter:  iampure at gmail.com  |        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


More information about the Glasgow-haskell-bugs mailing list