pads-haskell-0.0.0.1: PADS data description language for Haskell

Copyright(c) 2011
Kathleen Fisher <kathleen.fisher@gmail.com>
John Launchbury <john.launchbury@gmail.com>
LicenseMIT
MaintainerKarl Cronburg <karl@cs.tufts.edu>
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