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

Simon Marlow <[email protected]> Tue, 30 Nov 2004 07:28:13 -0800
Newsgroups gmane.comp.lang.haskell.cvs.nofib
Message-ID <[email protected]>
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