Skip to content
  • Simon Peyton Jones's avatar
    [project @ 1999-08-24 08:52:25 by simonpj] · ac049528
    Simon Peyton Jones authored
    Make primOpHasSideEffects return True for the various Write primops.
    Amazingly, this wasn't done, and that meant that Write operations
    could be silently discarded!  This broke the GHC typechecker
    (actually the implementation of checkNoErrsTc, showed up in
    deriving code)
    ac049528