-
-
Notifications
You must be signed in to change notification settings - Fork 83
Closed
Labels
help wantedExtra attention is neededExtra attention is needednewBring something new into library (add function or type or interface)Bring something new into library (add function or type or interface)refactoring
Milestone
Description
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
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needednewBring something new into library (add function or type or interface)Bring something new into library (add function or type or interface)refactoring