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