base-4.11.0.0: Basic libraries

Copyright(c) The University of Glasgow 1994-2000
Licensesee libraries/base/LICENSE
Maintainercvs-ghc@haskell.org
Stabilityinternal
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe
LanguageHaskell2010

GHC.ByteOrder

Description

Target byte ordering.

Synopsis

Documentation

data ByteOrder Source #

Byte ordering.

Constructors

BigEndian

most-significant-byte occurs in lowest address.

LittleEndian

least-significant-byte occurs in lowest address.

targetByteOrder :: ByteOrder Source #

The byte ordering of the target machine.