[GHC] #13689: Data.Either doesn't export INLINABLE short functions like "rights"

GHC ghc-devs at haskell.org
Fri May 12 15:38:44 UTC 2017


#13689: Data.Either doesn't export INLINABLE short functions like "rights"
-------------------------------------+-------------------------------------
        Reporter:  varosi            |                Owner:  (none)
            Type:  bug               |               Status:  infoneeded
        Priority:  normal            |            Milestone:
       Component:  Core Libraries    |              Version:  8.0.2
      Resolution:                    |             Keywords:
Operating System:  Unknown/Multiple  |         Architecture:
 Type of failure:  Incorrect API     |  Unknown/Multiple
  annotation                         |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):  Phab:D3576
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by bgamari):

 > Probably not worth it. lefts and rights are already defined in terms of
 fusable things (list comprehensions) – this is different for filter, which
 has a recursive definition.

 Right; that is my view as well. The only difference would be the size of
 the interface file and how much work the simplifier needs to do.

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13689#comment:11>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list