> 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
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