panne       2004/06/29 10:14:02 PDT

  Modified files:
    ghc/utils/hsc2hs     Main.hs 
  Log:
  Workaround for hbc: It compiles matching against 0-ary constructors in
  list comprehensions into wrong code, e.g.
  
     [ () | True <- [False] ]
  
  results in something like
  
     Error: No match in I4680Pinteractive
  
  when issued in hbi.
  
  Revision  Changes    Path
  1.58      +6 -3      fptools/ghc/utils/hsc2hs/Main.hs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to