base-4.11.1.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 #

Byte ordering.

Constructors

BigEndian

most-significant-byte occurs in lowest address.

LittleEndian

least-significant-byte occurs in lowest address.

targetByteOrder :: ByteOrder #

The byte ordering of the target machine.