You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#125:
Moved many numerical functions and types in Relude.Numeric.
Reexport toIntegralSized from Data.Bits.
Add integerToBounded and integerToNatural in Relude.Numeric.
#121:
Reexport Ap from Data.Monoid. Change definition of foldMapA to use Ap.
#129:
Add appliedTo and chainedTo as named versions of operators =<< and <**>.