Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
HaskellWorks.Data.Int.Widen
Documentation
class Widen a b where Source #
Methods
Cast the value to a larger size.
This is safer to use than fromIntegral
.
hw-int-0.0.2.0: Additional facilities for Integers
Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
HaskellWorks.Data.Int.Widen
class Widen a b where Source #
Methods
Cast the value to a larger size.
This is safer to use than fromIntegral
.