[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)
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.


No differences found