This should solve specific use case of #114 Specifically:
- Move all number-related reexports and functions in this module.
- Add
integerToBounded function:
integerToBounded :: forall a. (Integral a, Bounded a) => Integer -> Maybe a
- Add
integerToNatural function there:
integerToNatural :: Integer -> Maybe Natural
-
Reexport toIntegralSized:
This should solve specific use case of #114 Specifically:
integerToBoundedfunction:integerToNaturalfunction there:Reexport
toIntegralSized: