Simon Peyton Jones | 9 Nov 2004 12:48
Favicon

cvs commit: fptools/nofib/spectral/triangle Main.hs Makefile triangle.stdout

simonpj     2004/11/09 03:48:07 PST

  Added files:
    nofib/spectral/triangle Main.hs Makefile triangle.stdout 
  Log:
  Add another puzzle-solving program
Simon Marlow | 30 Nov 2004 16:25
Favicon

cvs commit: fptools/nofib/spectral/primetest MyRandom.lhs Main.lhs Prime.lhs Random.lhs

simonmar    2004/11/30 07:25:33 PST

  Modified files:
    nofib/spectral/primetest Main.lhs Prime.lhs 
  Added files:
    nofib/spectral/primetest MyRandom.lhs 
  Removed files:
    nofib/spectral/primetest Random.lhs 
  Log:
  The compiler now detects local modules that overlap with package
  modules, so we must rename Random to avoid the clash.

  Revision  Changes    Path
  1.3       +6 -3      fptools/nofib/spectral/primetest/Main.lhs
  1.3       +4 -1      fptools/nofib/spectral/primetest/Prime.lhs
Simon Marlow | 30 Nov 2004 16:28
Favicon

cvs commit: fptools/nofib/real/infer MaybeM.hs Infer.hs InferMonad.hs Main.hs Substitution.hs Maybe.hs

simonmar    2004/11/30 07:28:13 PST

  Modified files:
    nofib/real/infer     Infer.hs InferMonad.hs Main.hs 
                         Substitution.hs 
  Added files:
    nofib/real/infer     MaybeM.hs 
  Removed files:
    nofib/real/infer     Maybe.hs 
  Log:
  Rename Maybe to avoid class with Haskell 98 module of the same name.

  Revision  Changes    Path
  1.4       +1 -1      fptools/nofib/real/infer/Infer.hs
  1.4       +1 -1      fptools/nofib/real/infer/InferMonad.hs
  1.3       +1 -1      fptools/nofib/real/infer/Main.hs
  1.3       +1 -1      fptools/nofib/real/infer/Substitution.hs

Gmane