cartazio / numbers

Other
29 stars 13 forks source link

Data.Number.Fixed doesn't export out `eps` function #15

Closed rickdzekman closed 5 years ago

rickdzekman commented 9 years ago

Needed to make a Prec8 but couldn't give it the Epsilon class because eps isn't exported. Would be good if (eps) was added to the export list as below:

module Data.Number.Fixed(
    Fixed,
    Epsilon(eps), Eps1, EpsDiv10, Prec10, Prec50, PrecPlus20,
    convertFixed, dynamicEps, precision, with_added_precision) where
crockeea commented 8 years ago

I second this opinion.