Haskell Report Status (V1.2)

1992-02-24 Thread Kevin Hammond
Here is our current list of outstanding issues. Unresolved items are starred. Please let me know ASAP of anything that I've omitted, or which I've misinterpreted. Joe has the token on the Prelude, but will send it to Glasgow for integration and checking by Wednesday. We have the token on all o

Re: The Great Integer Division Controversy

1992-02-24 Thread Lennart Augustsson
> I am willing to change `div` > to `quo` and `dvf` to `div` if there is consensus. I like the new naming better, BUT this is a change that is not backwards compatible. Are we worrying about such things yet? Or is still possible to make them without the wrath of the masses? -- Lennart

Re: The Great Integer Division Controversy

1992-02-24 Thread Philip Wadler
I gather the change you propose makes `div` consistent with SML and Miranda, and uses `quo` for what Scheme calls `quotient`. Sounds good to me. -- P

exit in PreludeIO

1992-02-24 Thread Paul Hudak
Date: Sun, 23 Feb 92 11:32:32 MST From: [EMAIL PROTECTED] |The function "exit" in PreludeIO would suit its purpose better if: |(a) It wrote to "stderr" rather than "stdout", |(b) It followed the error message with a newline. |Easy and quick to change! What do people t

Re: The Great Integer Division Controversy

1992-02-24 Thread jhf
Folks, Kent has pointed out to me that the Haskell's use of `div` for truncating, as opposed to flooring, division is incompatible with both SML and Miranda, whereas neither Scheme nor Common Lisp have a function by that name. (Scheme calls it "quotient".) I am willing to change `div` to `quo`