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.LittleEndian

Contents

Description

 

Synopsis

Signed Integers

type Int8 = Int8 Source #

type Int8 : signed byte low, 8-bit, signed integers

type Int16 = Int16 Source #

type Int16 : signed byte low, 16-bit, signed integers

type Int32 = Int32 Source #

type Int32 : signed byte low, 32-bit, signed integers

Unsigned Integers (aka Words)

type Word8 = Word8 Source #

type Word8 : signed byte low, 8-bit, unsigned integers

type Word16_md = Bytes_md Source #

type Word16 : signed byte low, 16-bit, unsigned integers

type Word32_md = Bytes_md Source #

type Word32 : signed byte low, 32-bit, unsigned integers