[GHC] #14375: Implement with# primop

GHC ghc-devs at haskell.org
Fri Oct 20 09:04:37 UTC 2017


#14375: Implement with# primop
-------------------------------------+-------------------------------------
           Reporter:  simonpj        |             Owner:  (none)
               Type:  bug            |            Status:  new
           Priority:  normal         |         Milestone:
          Component:  Compiler       |           Version:  8.2.1
           Keywords:                 |  Operating System:  Unknown/Multiple
       Architecture:                 |   Type of failure:  None/Unknown
  Unknown/Multiple                   |
          Test Case:                 |        Blocked By:
           Blocking:                 |   Related Tickets:
Differential Rev(s):  ​Phab:D4110    |         Wiki Page:
-------------------------------------+-------------------------------------
 In Trac #14346 we proposed the new `with#` primop
 {{{
 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>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list