BSD-3-Clause licensed by Masahiro Sakai
This version can be pinned in stack with:extended-reals-0.2.7.0@sha256:0e99ac299f8187281bd67f5717991a48819322fbfea0dbea1974aa0005e52e6d,1691
Module documentation for 0.2.7.0
Extension of real numbers with positive/negative infinities (±∞).
It is useful for describing various limiting behaviors in mathematics.
0.2.7.0
- add
toRealFloat
helper
- fix multiplication of infinities for
Extended (Down t)
0.2.6.0
- add
instance {Foldable,Traversable,Generic,Lift}
0.2.5.0
0.2.4.0 (2020-03-28)
- support GHC 8.4, 8.6, 8.8
- relax upper bounds of
QuickCheck
to <2.15
- relax upper bounds of
hashable
to <1.4
- relax upper bounds of
tasty-quickcheck
to <0.11
0.2.3.0 (2018-02-13)
- support GHC 8.2
- use tasty instead of test-framework for testing
- relax upper bounds of
HUnit
to <1.7
- relax upper bounds of
QuickCheck
to <2.11
- add AppVeyor configuration
0.2.2.0 (2016-05-23)
- support GHC 8.0
- relax upper bounds of
HUnit
to <1.4
- relax upper bounds of
QuickCheck
to <2.9
- add more test cases
0.2.1.0 (2014-12-27)
- support
deepseq-1.4.*
which is bundled with GHC-7.10
- support
QuickCheck-2.7.*
0.2.0.0 (2014-12-18)
- add
inf
as a short-hand for PosInf
0.1.0.0 (2014-09-01)