[project @ 2004-06-29 17:14:01 by panne]
authorpanne <unknown>
Tue, 29 Jun 2004 17:14:01 +0000 (17:14 +0000)
committerpanne <unknown>
Tue, 29 Jun 2004 17:14:01 +0000 (17:14 +0000)
commitb1d4bb554528bbce796616ec47e652139c1e00f6
tree8f737b57f319257ff50e502301bb953528862ab7
parented1703f0decbe5dc01a3c90c698dc72a946bc4fd
[project @ 2004-06-29 17:14:01 by panne]
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.
ghc/utils/hsc2hs/Main.hs