pads-haskell-0.1.0.0: PADS data description language for Haskell.

Copyright(c) 2011
Kathleen Fisher <[email protected]>
John Launchbury <[email protected]>
LicenseMIT
MaintainerKarl Cronburg <[email protected]>
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Language.Pads.Library.BinaryUtilities

Description

 
Synopsis

Documentation

data Endian Source #

  • Signed-Byte-High Functions The most significant digit is on the left (lowest address). These functions manage the case where the wire representation is signed-byte high, regardless of the endianness of the host machine.

Constructors

SBH 
SBL 
Native