vector-endian-0.1.0.0: src/little-endian/Internal/Endianness.hs
module Internal.Endianness (to, from) where import Data.Vector.Endian.Class from, to :: Endian a => a -> a from = fromLE to = toLE
module Internal.Endianness (to, from) where import Data.Vector.Endian.Class from, to :: Endian a => a -> a from = fromLE to = toLE