uncertain v0.3.1.0 Release Notes
Release Date: 2016-05-22 // over 8 years ago-
๐ https://github.com/mstksg/uncertain/releases/tag/v0.3.1.0
- Added support for GHC 8.0 by providing pattern synonym type signatures in the proper format.
-
(:+/-)
pattern synonym now exported as a "constructor" withUncert
- Generalized the type signatures for
liftCX
functions to work for alla
. Restriction toFractional
now occurs only at exit points of theCVar
abstraction. - Removed the redundant constraint on
Functor m
for the MonteCarlo module'sliftUX
functions.
Previous changes from v0.3.0.0
-
๐ https://github.com/mstksg/uncertain/releases/tag/v0.3.0.0
- (Breaking change) Moved the top-level modules from Data to Numeric, to better reflect the nature of the library and to align with the convention of other similar libraries.