Module
Data.Integral
- Package
- purescript-numerics
- Repository
- proclivis/purescript-numerics
A Integral typeclass.
#fromIntegral Source
fromIntegral :: forall b a. Integral a => Integral b => a -> bA helper function for general conversion between Integral values.
Integralinstance forInt.