Re: + and -: syntax wars!

1993-05-27 Thread Kent Karlsson
Oops, PreludeCore cannot be hidden. I guess I've made a fool of myself (but that happens often :-). > Can't we find anything more interesting to discuss that the syntax?? You are welcome to! :-) But sweeping syntax matters under the carpet does not improve anything. > | ... But what I fin

EJFLP CFP

1993-05-27 Thread kh
I've been asked to forward this on behalf of the EJFLP Editorial Board. Kevin - Begin Included Message - First Electronic Journal of Functional and Logic Programming Announcement and Call for Papers At the end of this year a new journal, called Electronic Journal of Functional and L

Re: + and -: syntax wars!

1993-05-27 Thread ad
>This whole issue regarding redefinition of + and - is getting confused >unnecessarily. Both of these are in PreludeCore and cannot be renamed >or hidden. Because of this their fixities cannot be changed. It is >possible to locally shadow + and - but this cannot change their >fixities and has

min and max of values

1993-05-27 Thread David M Goblirsch
While the standard prelude defines the objects minChar, maxChar, minInt, maxInt, there are no corresponding definitions like minFloat, maxFloat, minDouble, and maxDouble. Is this an oversight? Access to such values is handy for initializing certain search algorithms. -- David M. Gobli