convert-1.4.2: Safe and unsafe data conversion utilities with strong type-level operation. checking.

Safe HaskellNone
LanguageHaskell2010

Data.Convert.Instances.TH

Contents

Documentation

Orphan instances

PartialConvertible Double Int Source # 
PartialConvertible Double Int8 Source # 
PartialConvertible Double Int16 Source # 
PartialConvertible Double Int32 Source # 
PartialConvertible Double Int64 Source # 
PartialConvertible Double Word Source # 
PartialConvertible Double Word8 Source # 
PartialConvertible Double Word16 Source # 
PartialConvertible Double Word32 Source # 
PartialConvertible Double Word64 Source # 
PartialConvertible Float Int Source # 
PartialConvertible Float Int8 Source # 
PartialConvertible Float Int16 Source # 
PartialConvertible Float Int32 Source # 
PartialConvertible Float Int64 Source # 
PartialConvertible Float Word Source # 
PartialConvertible Float Word8 Source # 
PartialConvertible Float Word16 Source # 
PartialConvertible Float Word32 Source # 
PartialConvertible Float Word64 Source # 
PartialConvertible Int Int8 Source # 
PartialConvertible Int Int16 Source # 
PartialConvertible Int Word8 Source # 
PartialConvertible Int16 Int8 Source # 
PartialConvertible Int32 Int Source # 
PartialConvertible Int32 Int8 Source # 
PartialConvertible Int32 Int16 Source # 
PartialConvertible Int32 Word8 Source # 
PartialConvertible Int64 Int Source # 
PartialConvertible Int64 Int8 Source # 
PartialConvertible Int64 Int16 Source # 
PartialConvertible Int64 Int32 Source # 
PartialConvertible Int64 Word Source # 
PartialConvertible Int64 Word8 Source # 
PartialConvertible Int64 Word16 Source # 
PartialConvertible Integer Int Source # 
PartialConvertible Integer Int8 Source # 
PartialConvertible Integer Int16 Source # 
PartialConvertible Integer Int32 Source # 
PartialConvertible Integer Int64 Source # 
PartialConvertible Integer Word Source # 
PartialConvertible Integer Word8 Source # 
PartialConvertible Integer Word16 Source # 
PartialConvertible Integer Word32 Source # 
PartialConvertible Integer Word64 Source # 
PartialConvertible Rational Int Source # 
PartialConvertible Rational Int8 Source # 
PartialConvertible Rational Int16 Source # 
PartialConvertible Rational Int32 Source # 
PartialConvertible Rational Int64 Source # 
PartialConvertible Rational Word Source # 
PartialConvertible Rational Word8 Source # 
PartialConvertible Rational Word16 Source # 
PartialConvertible Rational Word32 Source # 
PartialConvertible Rational Word64 Source # 
PartialConvertible Word Int Source # 
PartialConvertible Word Int8 Source # 
PartialConvertible Word Int16 Source # 
PartialConvertible Word Int32 Source # 
PartialConvertible Word Word8 Source # 
PartialConvertible Word Word16 Source # 
PartialConvertible Word8 Int8 Source # 
PartialConvertible Word16 Int Source # 
PartialConvertible Word16 Int8 Source # 
PartialConvertible Word16 Int16 Source # 
PartialConvertible Word16 Word8 Source # 
PartialConvertible Word32 Int Source # 
PartialConvertible Word32 Int8 Source # 
PartialConvertible Word32 Int16 Source # 
PartialConvertible Word32 Int32 Source # 
PartialConvertible Word32 Word Source # 
PartialConvertible Word32 Word8 Source # 
PartialConvertible Word32 Word16 Source # 
PartialConvertible Word64 Int Source # 
PartialConvertible Word64 Int8 Source # 
PartialConvertible Word64 Int16 Source # 
PartialConvertible Word64 Int32 Source # 
PartialConvertible Word64 Int64 Source # 
PartialConvertible Word64 Word Source # 
PartialConvertible Word64 Word8 Source # 
PartialConvertible Word64 Word16 Source # 
PartialConvertible Word64 Word32 Source # 
Convertible Double Double Source # 
Convertible Double Float Source # 

Methods

convert :: Double -> Float Source #

Convertible Double Integer Source # 
Convertible Double Rational Source # 
Convertible Float Double Source # 

Methods

convert :: Float -> Double Source #

Convertible Float Float Source # 

Methods

convert :: Float -> Float Source #

Convertible Float Integer Source # 
Convertible Float Rational Source # 
Convertible Int Double Source # 

Methods

convert :: Int -> Double Source #

Convertible Int Float Source # 

Methods

convert :: Int -> Float Source #

Convertible Int Int Source # 

Methods

convert :: Int -> Int Source #

Convertible Int Int32 Source # 

Methods

convert :: Int -> Int32 Source #

Convertible Int Int64 Source # 

Methods

convert :: Int -> Int64 Source #

Convertible Int Integer Source # 

Methods

convert :: Int -> Integer Source #

Convertible Int Rational Source # 

Methods

convert :: Int -> Rational Source #

Convertible Int Word Source # 

Methods

convert :: Int -> Word Source #

Convertible Int Word16 Source # 

Methods

convert :: Int -> Word16 Source #

Convertible Int Word32 Source # 

Methods

convert :: Int -> Word32 Source #

Convertible Int Word64 Source # 

Methods

convert :: Int -> Word64 Source #

Convertible Int8 Double Source # 

Methods

convert :: Int8 -> Double Source #

Convertible Int8 Float Source # 

Methods

convert :: Int8 -> Float Source #

Convertible Int8 Int Source # 

Methods

convert :: Int8 -> Int Source #

Convertible Int8 Int8 Source # 

Methods

convert :: Int8 -> Int8 Source #

Convertible Int8 Int16 Source # 

Methods

convert :: Int8 -> Int16 Source #

Convertible Int8 Int32 Source # 

Methods

convert :: Int8 -> Int32 Source #

Convertible Int8 Int64 Source # 

Methods

convert :: Int8 -> Int64 Source #

Convertible Int8 Integer Source # 

Methods

convert :: Int8 -> Integer Source #

Convertible Int8 Rational Source # 
Convertible Int8 Word Source # 

Methods

convert :: Int8 -> Word Source #

Convertible Int8 Word8 Source # 

Methods

convert :: Int8 -> Word8 Source #

Convertible Int8 Word16 Source # 

Methods

convert :: Int8 -> Word16 Source #

Convertible Int8 Word32 Source # 

Methods

convert :: Int8 -> Word32 Source #

Convertible Int8 Word64 Source # 

Methods

convert :: Int8 -> Word64 Source #

Convertible Int16 Double Source # 

Methods

convert :: Int16 -> Double Source #

Convertible Int16 Float Source # 

Methods

convert :: Int16 -> Float Source #

Convertible Int16 Int Source # 

Methods

convert :: Int16 -> Int Source #

Convertible Int16 Int16 Source # 

Methods

convert :: Int16 -> Int16 Source #

Convertible Int16 Int32 Source # 

Methods

convert :: Int16 -> Int32 Source #

Convertible Int16 Int64 Source # 

Methods

convert :: Int16 -> Int64 Source #

Convertible Int16 Integer Source # 
Convertible Int16 Rational Source # 
Convertible Int16 Word Source # 

Methods

convert :: Int16 -> Word Source #

Convertible Int16 Word8 Source # 

Methods

convert :: Int16 -> Word8 Source #

Convertible Int16 Word16 Source # 

Methods

convert :: Int16 -> Word16 Source #

Convertible Int16 Word32 Source # 

Methods

convert :: Int16 -> Word32 Source #

Convertible Int16 Word64 Source # 

Methods

convert :: Int16 -> Word64 Source #

Convertible Int32 Double Source # 

Methods

convert :: Int32 -> Double Source #

Convertible Int32 Float Source # 

Methods

convert :: Int32 -> Float Source #

Convertible Int32 Int32 Source # 

Methods

convert :: Int32 -> Int32 Source #

Convertible Int32 Int64 Source # 

Methods

convert :: Int32 -> Int64 Source #

Convertible Int32 Integer Source # 
Convertible Int32 Rational Source # 
Convertible Int32 Word Source # 

Methods

convert :: Int32 -> Word Source #

Convertible Int32 Word16 Source # 

Methods

convert :: Int32 -> Word16 Source #

Convertible Int32 Word32 Source # 

Methods

convert :: Int32 -> Word32 Source #

Convertible Int32 Word64 Source # 

Methods

convert :: Int32 -> Word64 Source #

Convertible Int64 Double Source # 

Methods

convert :: Int64 -> Double Source #

Convertible Int64 Float Source # 

Methods

convert :: Int64 -> Float Source #

Convertible Int64 Int64 Source # 

Methods

convert :: Int64 -> Int64 Source #

Convertible Int64 Integer Source # 
Convertible Int64 Rational Source # 
Convertible Int64 Word32 Source # 

Methods

convert :: Int64 -> Word32 Source #

Convertible Int64 Word64 Source # 

Methods

convert :: Int64 -> Word64 Source #

Convertible Integer Double Source # 
Convertible Integer Float Source # 
Convertible Integer Integer Source # 
Convertible Integer Rational Source # 
Convertible Rational Double Source # 
Convertible Rational Float Source # 
Convertible Rational Integer Source # 
Convertible Rational Rational Source # 
Convertible Word Double Source # 

Methods

convert :: Word -> Double Source #

Convertible Word Float Source # 

Methods

convert :: Word -> Float Source #

Convertible Word Int64 Source # 

Methods

convert :: Word -> Int64 Source #

Convertible Word Integer Source # 

Methods

convert :: Word -> Integer Source #

Convertible Word Rational Source # 
Convertible Word Word Source # 

Methods

convert :: Word -> Word Source #

Convertible Word Word32 Source # 

Methods

convert :: Word -> Word32 Source #

Convertible Word Word64 Source # 

Methods

convert :: Word -> Word64 Source #

Convertible Word8 Double Source # 

Methods

convert :: Word8 -> Double Source #

Convertible Word8 Float Source # 

Methods

convert :: Word8 -> Float Source #

Convertible Word8 Int Source # 

Methods

convert :: Word8 -> Int Source #

Convertible Word8 Int16 Source # 

Methods

convert :: Word8 -> Int16 Source #

Convertible Word8 Int32 Source # 

Methods

convert :: Word8 -> Int32 Source #

Convertible Word8 Int64 Source # 

Methods

convert :: Word8 -> Int64 Source #

Convertible Word8 Integer Source # 
Convertible Word8 Rational Source # 
Convertible Word8 Word Source # 

Methods

convert :: Word8 -> Word Source #

Convertible Word8 Word8 Source # 

Methods

convert :: Word8 -> Word8 Source #

Convertible Word8 Word16 Source # 

Methods

convert :: Word8 -> Word16 Source #

Convertible Word8 Word32 Source # 

Methods

convert :: Word8 -> Word32 Source #

Convertible Word8 Word64 Source # 

Methods

convert :: Word8 -> Word64 Source #

Convertible Word16 Double Source # 
Convertible Word16 Float Source # 

Methods

convert :: Word16 -> Float Source #

Convertible Word16 Int32 Source # 

Methods

convert :: Word16 -> Int32 Source #

Convertible Word16 Int64 Source # 

Methods

convert :: Word16 -> Int64 Source #

Convertible Word16 Integer Source # 
Convertible Word16 Rational Source # 
Convertible Word16 Word Source # 

Methods

convert :: Word16 -> Word Source #

Convertible Word16 Word16 Source # 
Convertible Word16 Word32 Source # 
Convertible Word16 Word64 Source # 
Convertible Word32 Double Source # 
Convertible Word32 Float Source # 

Methods

convert :: Word32 -> Float Source #

Convertible Word32 Int64 Source # 

Methods

convert :: Word32 -> Int64 Source #

Convertible Word32 Integer Source # 
Convertible Word32 Rational Source # 
Convertible Word32 Word32 Source # 
Convertible Word32 Word64 Source # 
Convertible Word64 Double Source # 
Convertible Word64 Float Source # 

Methods

convert :: Word64 -> Float Source #

Convertible Word64 Integer Source # 
Convertible Word64 Rational Source # 
Convertible Word64 Word64 Source #