L.S.
In my memory this bug has already been reported, but it is not
mentioned in the hugs-bugs-list, so
here goes:
The next pattern binding is accepted with no error in Hugs and is
equivalent to: f = 3
f = 3
f = 4
This both in Hugs 1.4 (June 1998)
and (981112 BETA)
Ghc yields:
t.hs:2:
Conflicting definitions for `f'
Defined at t.hs:3
Defined at t.hs:2
Regards,
Sietse
--
Sietse's signature file.
- RE: multiple pattern bindings in hugs S. Achterop IWI-120 3932
- RE: multiple pattern bindings in hugs Mark P Jones
