[GHC] #16089: seq is not cooperating with :sprint in GHCi as expected

GHC ghc-devs at haskell.org
Tue Dec 25 13:45:04 UTC 2018


#16089: seq is not cooperating with :sprint in GHCi as expected
-------------------------------------+-------------------------------------
        Reporter:  radrow            |                Owner:  (none)
            Type:  bug               |               Status:  new
        Priority:  normal            |            Milestone:
       Component:  GHCi              |              Version:  8.6.3
      Resolution:                    |             Keywords:  seq sprint
                                     |  strictness
Operating System:  Linux             |         Architecture:
 Type of failure:  Incorrect result  |  Unknown/Multiple
  at runtime                         |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by osa1):

 I think there's another bug here which is that `let x = ...` and `x = ...`
 are supposed to be the same thing in GHCi, but they're currently not. I
 vaguely remember the ticket that requested supporting `x = ...` syntax in
 GHCi (without the `let`), but I don't remember how it was implemented. I
 guess there's a bug there and perhaps we should track it in another
 ticket.

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


More information about the ghc-tickets mailing list