haskell  

Re: n+k patterns

Joe Fasel
Tue, 18 May 1993 08:23:37 -0600


|Another question along the same lines: What if (+) has been rebound?
|Are n+k patterns still allowed?
|
|        -- Lennart

The answer should be that n+k patterns are still allowed, but (+), (-),
and (>=) from PreludeCore are used in the translation.

--Joe