simonpj     2005/07/12 06:38:08 PDT

  Modified files:
    ghc/compiler/typecheck TcBinds.lhs 
  Log:
  Check for an unboxed tuple binding
        f = (# True, False #)
  
  A fairly recent change, that treats specially non-recursive bindings of a
  single variable, failed to take this into account.
  
  tcfail141 tests this case.  (Was simpl008.)
  -
  
  Revision  Changes    Path
  1.144     +19 -6     fptools/ghc/compiler/typecheck/TcBinds.lhs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to