cvs commit: hugs98/src iomonad.c

Sigbjorn Finne sof@glass.cse.ogi.edu
Fri, 13 Sep 2002 10:10:49 -0700


sof         2002/09/13 10:10:49 PDT

  Modified files:
    src                  iomonad.c 
  Log:
  Have Prelude.appendFile fall into line with Haskell 98, i.e.,
  appending to a non-existent file will now behave like
  Prelude.writeFile (It used to throw an error.)
  
  Revision  Changes    Path
  1.32      +7 -12     hugs98/src/iomonad.c