Sigbjorn Finne <[EMAIL PROTECTED]> writes:
> Putting twiddles on a let-bound pattern does not seem to be possible
> (not that it is terribly productive, but still): 
>
> Foo> let ~(Just x) = Just 2 in x
> ERROR: Improper left hand side

Adding this line (near line 3223 in extractBindings) fixes the problem.

                case LAZYPAT   : 

Alastair

Reply via email to