hw-int-0.0.2.0: Additional facilities for Integers
HaskellWorks.Data.Int.Widen.Widen64
class Widen64 a where Source #
Associated Types
type Widened64 a Source #
Methods
widen64 :: a -> Widened64 a Source #
Defined in HaskellWorks.Data.Int.Widen.Widen64
type Widened64 Int8 :: Type Source #
widen64 :: Int8 -> Widened64 Int8 Source #
type Widened64 Int16 :: Type Source #
widen64 :: Int16 -> Widened64 Int16 Source #
type Widened64 Int32 :: Type Source #
widen64 :: Int32 -> Widened64 Int32 Source #
type Widened64 Int64 :: Type Source #
widen64 :: Int64 -> Widened64 Int64 Source #
type Widened64 Word8 :: Type Source #
widen64 :: Word8 -> Widened64 Word8 Source #
type Widened64 Word16 :: Type Source #
widen64 :: Word16 -> Widened64 Word16 Source #
type Widened64 Word32 :: Type Source #
widen64 :: Word32 -> Widened64 Word32 Source #
type Widened64 Word64 :: Type Source #
widen64 :: Word64 -> Widened64 Word64 Source #