[GHC] #14375: Implement with# primop

GHC ghc-devs at haskell.org
Mon Nov 26 19:43:01 UTC 2018


#14375: Implement with# primop
-------------------------------------+-------------------------------------
        Reporter:  simonpj           |                Owner:  bgamari
            Type:  bug               |               Status:  new
        Priority:  highest           |            Milestone:  8.8.1
       Component:  Compiler          |              Version:  8.2.1
      Resolution:                    |             Keywords:  JoinPoints
Operating System:  Unknown/Multiple  |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  None/Unknown      |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:  #14346            |  Differential Rev(s):  ​Phab:D4110,
       Wiki Page:                    |  Phab:D4189
-------------------------------------+-------------------------------------
Description changed by bgamari:

Old description:

> In Trac #14346 we proposed the new `with#` primop
> {{{#hs
> with# :: a -> (State# s -> (# State# s, b #)) -> State# s -> (# State# s,
> b #)
> }}}
> This ticket is to track progress.
>
> See ​Phab:D4110.

New description:

 In Trac #14346 we proposed the new `with#` primop
 {{{#!hs
 with# :: a -> (State# s -> (# State# s, b #)) -> State# s -> (# State# s,
 b #)
 }}}
 This ticket is to track progress.

 See ​Phab:D4110.

--

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


More information about the ghc-tickets mailing list