Prompted by an IOHCC entry I have the following question: Is the following legal? ---------------------- module M(x) where x = 1 z = x==1 ---------------------- If the definition of z wasn't there it would clearly be illegal since it exports an overload non-function value. But the use of x in z forces x to be in Int there, so maybe it's legal? (First I thought not, but now I'm in doubt.) -- Lennart
- Re: Question Lennart Augustsson
- Re: Question kh
- Re: Question Michael Hobbs
- Re: Question Jon . Fairbairn
- Re: Question Paul Hudak
- RE: Question Mark P Jones
- Re: Question Marcin 'Qrczak' Kowalczyk
- RE: Question Mark P Jones
- RE: Question S. Alexander Jacobson
- RE: Question Jan Skibinski
- RE: Question Mark P Jones