Re: some Standard Haskell issues

1998-08-19 Thread Simon L Peyton Jones
> Yes, I think it's a fine idea to loosen up the syntax and allow import and > infix anywhere. But could someone clarify what the intent is with regards to > the scoping of liberally sprinkled imports/infixes? I've added a clarification; my intent was that all import and fixity declarations wou

Module Fraction

1998-08-19 Thread Jan Skibinski
As promissed, I am posting my implementation of several modules of numbers in Haskell. Last week was extremely busy, so I managed to test only a part of what I already wrote - the module Fraction. Two other modules: Cofra (complex fraction) and Numerus (generic number) are not thoroughly tested